Html Css Color HEX #D4A8C8 Maverick

📋 copy color: '#D4A8C8'

red 212 ◦ green 168 ◦ blue 200

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

Shades of Maverick #D4A8C8

Tints of Maverick #D4A8C8

RGB

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

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

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

R = 36.55%
G = 28.97%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D4A8C8 (or 0xD4A8C8) is known color: Maverick. HEX triplet: D4, A8 and C8. RGB value is (212,168,200). Sum of RGB (Red+Green+Blue) = 212+168+200=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8C8 is #2B5737. Grayscale: #B8B8B8. Windows color (decimal): -2840376 or 13150420. OLE color: 13150420.

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

Color convert

RGB 212 168 200 -
CMYK 0 0.21 0.06 0.17
HSL 316.36º 0.34% 0.75% -
HSV(B) 316.36º 0.21% 0.83% -
XYZ 51.58 46.17 60.84 -
YUV 184.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 212 168 200 0 0.21 0.06 0.17 316.36 0.34 0.75
Hex D4 A8 C8 0 15 6 11 13C 22 4B
Octal 324 250 310 0 25 6 21 474 42 113
Binary 11010100 10101000 11001000 0 10101 110 10001 100111100 100010 1001011

Color Harmonies of #D4A8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A8C8

Black with #D4A8C8

Text Example


Text Example

White with #D4A8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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