Html Css Color HEX #D69FFE Mauve

📋 copy color: '#D69FFE'

red 214 ◦ green 159 ◦ blue 254

#D69FFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #D69FFE

Tints of Mauve #D69FFE

RGB

 RED value IS 214 (83.98% from 255) = 34.13%

 GREEN value IS 159 (62.5% from 255) = 25.36%

 BLUE value IS 254 (99.61% from 255) = 40.51%

R = 34.13%
G = 25.36%
B = 40.51%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D69FFE (or 0xD69FFE) is known color: Mauve. HEX triplet: D6, 9F and FE. RGB value is (214,159,254). Sum of RGB (Red+Green+Blue) = 214+159+254=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #D69FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69FFE is #296001. Grayscale: #B9B9B9. Windows color (decimal): -2711554 or 16687062. OLE color: 16687062.

HSL color Cylindrical-coordinate representation of color #D69FFE: hue angle of 274.74º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69FFE is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 159 254 -
CMYK 0.16 0.37 0 0.00
HSL 274.74º 0.98% 0.81% -
HSV(B) 274.74º 0.37% 1% -
XYZ 58.02 46.25 99.63 -
YUV 186.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 214 159 254 0.16 0.37 0 0.00 274.74 0.98 0.81
Hex D6 9F FE 10 25 0 0 113 62 51
Octal 326 237 376 20 45 0 0 423 142 121
Binary 11010110 10011111 11111110 10000 100101 0 0 100010011 1100010 1010001

Color Harmonies of #D69FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FFE

Black with #D69FFE

Text Example


Text Example

White with #D69FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FFE; }

 p { color: rgb(214,159,254); }

 H1.HeaderClassName
 {
   color: #D69FFE;
 }
 .AnyTagClassName
 {
   color: #D69FFE;
 }
</style>

background-color css

<style>
 a { background-color: #D69FFE; }

 a { background-color: rgb(214,159,254); }

 div.DivClassName
 {
   background-color: #D69FFE;
 }
 .BgClassName
 {
   background-color: #D69FFE;
 }
</style>

border-color css

<style>
 span { border-color: #D69FFE; }

 span { border-color: rgb(214,159,254); }

 td.TdClassName
 {
   border-color: #D69FFE;
 }
 .TagClassName
 {
   border-color: #D69FFE;
 }
</style>