Html Css Color HEX #D9A1CB Maverick

📋 copy color: '#D9A1CB'

red 217 ◦ green 161 ◦ blue 203

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

Shades of Maverick #D9A1CB

Tints of Maverick #D9A1CB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.71%

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

R = 37.35%
G = 27.71%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9A1CB (or 0xD9A1CB) is known color: Maverick. HEX triplet: D9, A1 and CB. RGB value is (217,161,203). Sum of RGB (Red+Green+Blue) = 217+161+203=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1CB is #265E34. Grayscale: #B6B6B6. Windows color (decimal): -2514485 or 13345241. OLE color: 13345241.

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

Color convert

RGB 217 161 203 -
CMYK 0 0.26 0.06 0.15
HSL 315º 0.42% 0.74% -
HSV(B) 315º 0.26% 0.85% -
XYZ 52.14 44.55 62.35 -
YUV 182.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 217 161 203 0 0.26 0.06 0.15 315 0.42 0.74
Hex D9 A1 CB 0 1A 6 F 13B 2A 4A
Octal 331 241 313 0 32 6 17 473 52 112
Binary 11011001 10100001 11001011 0 11010 110 1111 100111011 101010 1001010

Color Harmonies of #D9A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A1CB

Black with #D9A1CB

Text Example


Text Example

White with #D9A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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