Html Css Color HEX #D8A6CA Maverick

📋 copy color: '#D8A6CA'

red 216 ◦ green 166 ◦ blue 202

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

Shades of Maverick #D8A6CA

Tints of Maverick #D8A6CA

RGB

 RED value IS 216 (84.77% from 255) = 36.99%

 GREEN value IS 166 (65.23% from 255) = 28.42%

 BLUE value IS 202 (79.3% from 255) = 34.59%

R = 36.99%
G = 28.42%
B = 34.59%

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

#D8A6CA (or 0xD8A6CA) is known color: Maverick. HEX triplet: D8, A6 and CA. RGB value is (216,166,202). Sum of RGB (Red+Green+Blue) = 216+166+202=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A6CA is #275935. Grayscale: #B8B8B8. Windows color (decimal): -2578742 or 13280984. OLE color: 13280984.

HSL color Cylindrical-coordinate representation of color #D8A6CA: hue angle of 316.8º 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 #D8A6CA is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 166 202 -
CMYK 0 0.23 0.06 0.15
HSL 316.8º 0.39% 0.75% -
HSV(B) 316.8º 0.23% 0.85% -
XYZ 52.62 46.14 62.01 -
YUV 185.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 216 166 202 0 0.23 0.06 0.15 316.8 0.39 0.75
Hex D8 A6 CA 0 17 6 F 13D 27 4B
Octal 330 246 312 0 27 6 17 475 47 113
Binary 11011000 10100110 11001010 0 10111 110 1111 100111101 100111 1001011

Color Harmonies of #D8A6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A6CA

Black with #D8A6CA

Text Example


Text Example

White with #D8A6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A6CA; }

 p { color: rgb(216,166,202); }

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

background-color css

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

 a { background-color: rgb(216,166,202); }

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

border-color css

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

 span { border-color: rgb(216,166,202); }

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