Html Css Color HEX #D69AFB Mauve

📋 copy color: '#D69AFB'

red 214 ◦ green 154 ◦ blue 251

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

Shades of Mauve #D69AFB

Tints of Mauve #D69AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.55%

R = 34.57%
G = 24.88%
B = 40.55%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D69AFB (or 0xD69AFB) is known color: Mauve. HEX triplet: D6, 9A and FB. RGB value is (214,154,251). Sum of RGB (Red+Green+Blue) = 214+154+251=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #D69AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69AFB is #296504. Grayscale: #B6B6B6. Windows color (decimal): -2712837 or 16489174. OLE color: 16489174.

HSL color Cylindrical-coordinate representation of color #D69AFB: hue angle of 277.11º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D69AFB is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 154 251 -
CMYK 0.15 0.39 0 0.02
HSL 277.11º 0.92% 0.79% -
HSV(B) 277.11º 0.39% 0.98% -
XYZ 56.7 44.37 96.84 -
YUV 183 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 214 154 251 0.15 0.39 0 0.02 277.11 0.92 0.79
Hex D6 9A FB F 27 0 2 115 5C 4F
Octal 326 232 373 17 47 0 2 425 134 117
Binary 11010110 10011010 11111011 1111 100111 0 10 100010101 1011100 1001111

Color Harmonies of #D69AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69AFB

Black with #D69AFB

Text Example


Text Example

White with #D69AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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