Html Css Color HEX #D9A0C8 Maverick

📋 copy color: '#D9A0C8'

red 217 ◦ green 160 ◦ blue 200

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

Shades of Maverick #D9A0C8

Tints of Maverick #D9A0C8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.73%

 BLUE value IS 200 (78.52% from 255) = 34.66%

R = 37.61%
G = 27.73%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D9A0C8 (or 0xD9A0C8) is known color: Maverick. HEX triplet: D9, A0 and C8. RGB value is (217,160,200). Sum of RGB (Red+Green+Blue) = 217+160+200=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0C8 is #265F37. Grayscale: #B5B5B5. Windows color (decimal): -2514744 or 13148377. OLE color: 13148377.

HSL color Cylindrical-coordinate representation of color #D9A0C8: hue angle of 317.89º degrees, saturation: 0.43, 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 #D9A0C8 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 160 200 -
CMYK 0 0.26 0.08 0.15
HSL 317.89º 0.43% 0.74% -
HSV(B) 317.89º 0.26% 0.85% -
XYZ 51.61 44.06 60.43 -
YUV 181.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 217 160 200 0 0.26 0.08 0.15 317.89 0.43 0.74
Hex D9 A0 C8 0 1A 8 F 13E 2B 4A
Octal 331 240 310 0 32 10 17 476 53 112
Binary 11011001 10100000 11001000 0 11010 1000 1111 100111110 101011 1001010

Color Harmonies of #D9A0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A0C8

Black with #D9A0C8

Text Example


Text Example

White with #D9A0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A0C8; }

 p { color: rgb(217,160,200); }

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

background-color css

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

 a { background-color: rgb(217,160,200); }

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

border-color css

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

 span { border-color: rgb(217,160,200); }

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