Html Css Color HEX #D9A3CA Maverick

📋 copy color: '#D9A3CA'

red 217 ◦ green 163 ◦ blue 202

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

Shades of Maverick #D9A3CA

Tints of Maverick #D9A3CA

RGB

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

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

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

R = 37.29%
G = 28.01%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D9A3CA (or 0xD9A3CA) is known color: Maverick. HEX triplet: D9, A3 and CA. RGB value is (217,163,202). Sum of RGB (Red+Green+Blue) = 217+163+202=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 163 (64.06% from 255 or 28.01% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A3CA is #265C35. Grayscale: #B7B7B7. Windows color (decimal): -2513974 or 13280217. OLE color: 13280217.

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

Color convert

RGB 217 163 202 -
CMYK 0 0.25 0.07 0.15
HSL 316.67º 0.42% 0.75% -
HSV(B) 316.67º 0.25% 0.85% -
XYZ 52.37 45.21 61.84 -
YUV 183.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 217 163 202 0 0.25 0.07 0.15 316.67 0.42 0.75
Hex D9 A3 CA 0 19 7 F 13D 2A 4B
Octal 331 243 312 0 31 7 17 475 52 113
Binary 11011001 10100011 11001010 0 11001 111 1111 100111101 101010 1001011

Color Harmonies of #D9A3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A3CA

Black with #D9A3CA

Text Example


Text Example

White with #D9A3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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