Html Css Color HEX #D0A2C4 Maverick

📋 copy color: '#D0A2C4'

red 208 ◦ green 162 ◦ blue 196

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

Shades of Maverick #D0A2C4

Tints of Maverick #D0A2C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.63%

R = 36.75%
G = 28.62%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D0A2C4 (or 0xD0A2C4) is known color: Maverick. HEX triplet: D0, A2 and C4. RGB value is (208,162,196). Sum of RGB (Red+Green+Blue) = 208+162+196=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2C4 is #2F5D3B. Grayscale: #B3B3B3. Windows color (decimal): -3104060 or 12886736. OLE color: 12886736.

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

Color convert

RGB 208 162 196 -
CMYK 0 0.22 0.06 0.18
HSL 315.65º 0.33% 0.73% -
HSV(B) 315.65º 0.22% 0.82% -
XYZ 48.9 43.24 57.99 -
YUV 179.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 208 162 196 0 0.22 0.06 0.18 315.65 0.33 0.73
Hex D0 A2 C4 0 16 6 12 13C 21 49
Octal 320 242 304 0 26 6 22 474 41 111
Binary 11010000 10100010 11000100 0 10110 110 10010 100111100 100001 1001001

Color Harmonies of #D0A2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A2C4

Black with #D0A2C4

Text Example


Text Example

White with #D0A2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A2C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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