Html Css Color HEX #D7A2CA Maverick

📋 copy color: '#D7A2CA'

red 215 ◦ green 162 ◦ blue 202

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

Shades of Maverick #D7A2CA

Tints of Maverick #D7A2CA

RGB

 RED value IS 215 (84.38% from 255) = 37.13%

 GREEN value IS 162 (63.67% from 255) = 27.98%

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

R = 37.13%
G = 27.98%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D7A2CA (or 0xD7A2CA) is known color: Maverick. HEX triplet: D7, A2 and CA. RGB value is (215,162,202). Sum of RGB (Red+Green+Blue) = 215+162+202=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A2CA is #285D35. Grayscale: #B6B6B6. Windows color (decimal): -2645302 or 13279959. OLE color: 13279959.

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

Color convert

RGB 215 162 202 -
CMYK 0 0.25 0.06 0.16
HSL 314.72º 0.4% 0.74% -
HSV(B) 314.72º 0.25% 0.84% -
XYZ 51.61 44.55 61.76 -
YUV 182.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 215 162 202 0 0.25 0.06 0.16 314.72 0.4 0.74
Hex D7 A2 CA 0 19 6 10 13B 28 4A
Octal 327 242 312 0 31 6 20 473 50 112
Binary 11010111 10100010 11001010 0 11001 110 10000 100111011 101000 1001010

Color Harmonies of #D7A2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A2CA

Black with #D7A2CA

Text Example


Text Example

White with #D7A2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A2CA; }

 p { color: rgb(215,162,202); }

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

background-color css

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

 a { background-color: rgb(215,162,202); }

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

border-color css

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

 span { border-color: rgb(215,162,202); }

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