Html Css Color HEX #D4A5C6 Maverick

📋 copy color: '#D4A5C6'

red 212 ◦ green 165 ◦ blue 198

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

Shades of Maverick #D4A5C6

Tints of Maverick #D4A5C6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.7%

 BLUE value IS 198 (77.73% from 255) = 34.43%

R = 36.87%
G = 28.7%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D4A5C6 (or 0xD4A5C6) is known color: Maverick. HEX triplet: D4, A5 and C6. RGB value is (212,165,198). Sum of RGB (Red+Green+Blue) = 212+165+198=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A5C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A5C6 is #2B5A39. Grayscale: #B6B6B6. Windows color (decimal): -2841146 or 13018580. OLE color: 13018580.

HSL color Cylindrical-coordinate representation of color #D4A5C6: hue angle of 317.87º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4A5C6 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 165 198 -
CMYK 0 0.22 0.07 0.17
HSL 317.87º 0.35% 0.74% -
HSV(B) 317.87º 0.22% 0.83% -
XYZ 50.8 44.98 59.43 -
YUV 182.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 212 165 198 0 0.22 0.07 0.17 317.87 0.35 0.74
Hex D4 A5 C6 0 16 7 11 13E 23 4A
Octal 324 245 306 0 26 7 21 476 43 112
Binary 11010100 10100101 11000110 0 10110 111 10001 100111110 100011 1001010

Color Harmonies of #D4A5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A5C6

Black with #D4A5C6

Text Example


Text Example

White with #D4A5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A5C6; }

 p { color: rgb(212,165,198); }

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

background-color css

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

 a { background-color: rgb(212,165,198); }

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

border-color css

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

 span { border-color: rgb(212,165,198); }

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