Html Css Color HEX #D69AFE Mauve

📋 copy color: '#D69AFE'

red 214 ◦ green 154 ◦ blue 254

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

Shades of Mauve #D69AFE

Tints of Mauve #D69AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.76%

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

R = 34.41%
G = 24.76%
B = 40.84%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D69AFE (or 0xD69AFE) is known color: Mauve. HEX triplet: D6, 9A and FE. RGB value is (214,154,254). Sum of RGB (Red+Green+Blue) = 214+154+254=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 154 (60.55% from 255 or 24.76% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #D69AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69AFE is #296501. Grayscale: #B7B7B7. Windows color (decimal): -2712834 or 16685782. OLE color: 16685782.

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

Color convert

RGB 214 154 254 -
CMYK 0.16 0.39 0 0.00
HSL 276º 0.98% 0.8% -
HSV(B) 276º 0.39% 1% -
XYZ 57.18 44.56 99.35 -
YUV 183.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 214 154 254 0.16 0.39 0 0.00 276 0.98 0.8
Hex D6 9A FE 10 27 0 0 114 62 50
Octal 326 232 376 20 47 0 0 424 142 120
Binary 11010110 10011010 11111110 10000 100111 0 0 100010100 1100010 1010000

Color Harmonies of #D69AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69AFE

Black with #D69AFE

Text Example


Text Example

White with #D69AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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