Html Css Color HEX #D9A8CB Maverick

📋 copy color: '#D9A8CB'

red 217 ◦ green 168 ◦ blue 203

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

Shades of Maverick #D9A8CB

Tints of Maverick #D9A8CB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.57%

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

R = 36.9%
G = 28.57%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9A8CB (or 0xD9A8CB) is known color: Maverick. HEX triplet: D9, A8 and CB. RGB value is (217,168,203). Sum of RGB (Red+Green+Blue) = 217+168+203=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A8CB is #265734. Grayscale: #BABABA. Windows color (decimal): -2512693 or 13347033. OLE color: 13347033.

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

Color convert

RGB 217 168 203 -
CMYK 0 0.23 0.06 0.15
HSL 317.14º 0.39% 0.75% -
HSV(B) 317.14º 0.23% 0.85% -
XYZ 53.4 47.07 62.77 -
YUV 186.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 217 168 203 0 0.23 0.06 0.15 317.14 0.39 0.75
Hex D9 A8 CB 0 17 6 F 13D 27 4B
Octal 331 250 313 0 27 6 17 475 47 113
Binary 11011001 10101000 11001011 0 10111 110 1111 100111101 100111 1001011

Color Harmonies of #D9A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A8CB

Black with #D9A8CB

Text Example


Text Example

White with #D9A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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