Html Css Color HEX #D4A8CA Maverick

📋 copy color: '#D4A8CA'

red 212 ◦ green 168 ◦ blue 202

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

Shades of Maverick #D4A8CA

Tints of Maverick #D4A8CA

RGB

 RED value IS 212 (83.2% from 255) = 36.43%

 GREEN value IS 168 (66.02% from 255) = 28.87%

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

R = 36.43%
G = 28.87%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D4A8CA (or 0xD4A8CA) is known color: Maverick. HEX triplet: D4, A8 and CA. RGB value is (212,168,202). Sum of RGB (Red+Green+Blue) = 212+168+202=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8CA is #2B5735. Grayscale: #B8B8B8. Windows color (decimal): -2840374 or 13281492. OLE color: 13281492.

HSL color Cylindrical-coordinate representation of color #D4A8CA: hue angle of 313.64º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A8CA is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 202 -
CMYK 0 0.21 0.05 0.17
HSL 313.64º 0.34% 0.75% -
HSV(B) 313.64º 0.21% 0.83% -
XYZ 51.81 46.27 62.08 -
YUV 185.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 212 168 202 0 0.21 0.05 0.17 313.64 0.34 0.75
Hex D4 A8 CA 0 15 5 11 13A 22 4B
Octal 324 250 312 0 25 5 21 472 42 113
Binary 11010100 10101000 11001010 0 10101 101 10001 100111010 100010 1001011

Color Harmonies of #D4A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A8CA

Black with #D4A8CA

Text Example


Text Example

White with #D4A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A8CA; }

 p { color: rgb(212,168,202); }

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

background-color css

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

 a { background-color: rgb(212,168,202); }

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

border-color css

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

 span { border-color: rgb(212,168,202); }

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