Html Css Color HEX #D9A9CB Maverick

📋 copy color: '#D9A9CB'

red 217 ◦ green 169 ◦ blue 203

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

Shades of Maverick #D9A9CB

Tints of Maverick #D9A9CB

RGB

 RED value IS 217 (85.16% from 255) = 36.84%

 GREEN value IS 169 (66.41% from 255) = 28.69%

 BLUE value IS 203 (79.69% from 255) = 34.47%

R = 36.84%
G = 28.69%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9A9CB (or 0xD9A9CB) is known color: Maverick. HEX triplet: D9, A9 and CB. RGB value is (217,169,203). Sum of RGB (Red+Green+Blue) = 217+169+203=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A9CB is #265634. Grayscale: #BBBBBB. Windows color (decimal): -2512437 or 13347289. OLE color: 13347289.

HSL color Cylindrical-coordinate representation of color #D9A9CB: hue angle of 317.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9A9CB is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 203 -
CMYK 0 0.22 0.06 0.15
HSL 317.5º 0.39% 0.76% -
HSV(B) 317.5º 0.22% 0.85% -
XYZ 53.58 47.44 62.83 -
YUV 187.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 217 169 203 0 0.22 0.06 0.15 317.5 0.39 0.76
Hex D9 A9 CB 0 16 6 F 13E 27 4C
Octal 331 251 313 0 26 6 17 476 47 114
Binary 11011001 10101001 11001011 0 10110 110 1111 100111110 100111 1001100

Color Harmonies of #D9A9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A9CB

Black with #D9A9CB

Text Example


Text Example

White with #D9A9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A9CB; }

 p { color: rgb(217,169,203); }

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

background-color css

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

 a { background-color: rgb(217,169,203); }

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

border-color css

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

 span { border-color: rgb(217,169,203); }

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