Html Css Color HEX #D0A2C5 Maverick

📋 copy color: '#D0A2C5'

red 208 ◦ green 162 ◦ blue 197

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

Shades of Maverick #D0A2C5

Tints of Maverick #D0A2C5

RGB

 RED value IS 208 (81.64% from 255) = 36.68%

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

 BLUE value IS 197 (77.34% from 255) = 34.74%

R = 36.68%
G = 28.57%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D0A2C5 (or 0xD0A2C5) is known color: Maverick. HEX triplet: D0, A2 and C5. RGB value is (208,162,197). Sum of RGB (Red+Green+Blue) = 208+162+197=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2C5 is #2F5D3A. Grayscale: #B3B3B3. Windows color (decimal): -3104059 or 12952272. OLE color: 12952272.

HSL color Cylindrical-coordinate representation of color #D0A2C5: hue angle of 314.35º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A2C5 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 162 197 -
CMYK 0 0.22 0.05 0.18
HSL 314.35º 0.33% 0.73% -
HSV(B) 314.35º 0.22% 0.82% -
XYZ 49.01 43.28 58.59 -
YUV 179.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 208 162 197 0 0.22 0.05 0.18 314.35 0.33 0.73
Hex D0 A2 C5 0 16 5 12 13A 21 49
Octal 320 242 305 0 26 5 22 472 41 111
Binary 11010000 10100010 11000101 0 10110 101 10010 100111010 100001 1001001

Color Harmonies of #D0A2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A2C5

Black with #D0A2C5

Text Example


Text Example

White with #D0A2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A2C5; }

 p { color: rgb(208,162,197); }

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

background-color css

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

 a { background-color: rgb(208,162,197); }

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

border-color css

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

 span { border-color: rgb(208,162,197); }

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