Html Css Color HEX #DEA9CA Maverick

📋 copy color: '#DEA9CA'

red 222 ◦ green 169 ◦ blue 202

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

Shades of Maverick #DEA9CA

Tints of Maverick #DEA9CA

RGB

 RED value IS 222 (87.11% from 255) = 37.44%

 GREEN value IS 169 (66.41% from 255) = 28.5%

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

R = 37.44%
G = 28.5%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DEA9CA (or 0xDEA9CA) is known color: Maverick. HEX triplet: DE, A9 and CA. RGB value is (222,169,202). Sum of RGB (Red+Green+Blue) = 222+169+202=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9CA is #215635. Grayscale: #BCBCBC. Windows color (decimal): -2184758 or 13281758. OLE color: 13281758.

HSL color Cylindrical-coordinate representation of color #DEA9CA: hue angle of 322.64º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA9CA is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 169 202 -
CMYK 0 0.24 0.09 0.13
HSL 322.64º 0.45% 0.77% -
HSV(B) 322.64º 0.24% 0.87% -
XYZ 54.97 48.17 62.28 -
YUV 188.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 222 169 202 0 0.24 0.09 0.13 322.64 0.45 0.77
Hex DE A9 CA 0 18 9 D 143 2D 4D
Octal 336 251 312 0 30 11 15 503 55 115
Binary 11011110 10101001 11001010 0 11000 1001 1101 101000011 101101 1001101

Color Harmonies of #DEA9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA9CA

Black with #DEA9CA

Text Example


Text Example

White with #DEA9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA9CA; }

 p { color: rgb(222,169,202); }

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

background-color css

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

 a { background-color: rgb(222,169,202); }

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

border-color css

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

 span { border-color: rgb(222,169,202); }

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