Html Css Color HEX #D8A3CA Maverick

📋 copy color: '#D8A3CA'

red 216 ◦ green 163 ◦ blue 202

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

Shades of Maverick #D8A3CA

Tints of Maverick #D8A3CA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.06%

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

R = 37.18%
G = 28.06%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8A3CA (or 0xD8A3CA) is known color: Maverick. HEX triplet: D8, A3 and CA. RGB value is (216,163,202). Sum of RGB (Red+Green+Blue) = 216+163+202=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 163 (64.06% from 255 or 28.06% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A3CA is #275C35. Grayscale: #B7B7B7. Windows color (decimal): -2579510 or 13280216. OLE color: 13280216.

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

Color convert

RGB 216 163 202 -
CMYK 0 0.25 0.06 0.15
HSL 315.85º 0.4% 0.74% -
HSV(B) 315.85º 0.25% 0.85% -
XYZ 52.08 45.06 61.83 -
YUV 183.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 216 163 202 0 0.25 0.06 0.15 315.85 0.4 0.74
Hex D8 A3 CA 0 19 6 F 13C 28 4A
Octal 330 243 312 0 31 6 17 474 50 112
Binary 11011000 10100011 11001010 0 11001 110 1111 100111100 101000 1001010

Color Harmonies of #D8A3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A3CA

Black with #D8A3CA

Text Example


Text Example

White with #D8A3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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