Html Css Color HEX #D69AF6 Mauve

📋 copy color: '#D69AF6'

red 214 ◦ green 154 ◦ blue 246

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

Shades of Mauve #D69AF6

Tints of Mauve #D69AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.07%

R = 34.85%
G = 25.08%
B = 40.07%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D69AF6 (or 0xD69AF6) is known color: Mauve. HEX triplet: D6, 9A and F6. RGB value is (214,154,246). Sum of RGB (Red+Green+Blue) = 214+154+246=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #D69AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69AF6 is #296509. Grayscale: #B6B6B6. Windows color (decimal): -2712842 or 16161494. OLE color: 16161494.

HSL color Cylindrical-coordinate representation of color #D69AF6: hue angle of 279.13º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69AF6 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 154 246 -
CMYK 0.13 0.37 0 0.04
HSL 279.13º 0.84% 0.78% -
HSV(B) 279.13º 0.37% 0.96% -
XYZ 55.92 44.06 92.75 -
YUV 182.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 214 154 246 0.13 0.37 0 0.04 279.13 0.84 0.78
Hex D6 9A F6 D 25 0 4 117 54 4E
Octal 326 232 366 15 45 0 4 427 124 116
Binary 11010110 10011010 11110110 1101 100101 0 100 100010111 1010100 1001110

Color Harmonies of #D69AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69AF6

Black with #D69AF6

Text Example


Text Example

White with #D69AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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