Html Css Color HEX #DCA9CA Maverick

📋 copy color: '#DCA9CA'

red 220 ◦ green 169 ◦ blue 202

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

Shades of Maverick #DCA9CA

Tints of Maverick #DCA9CA

RGB

 RED value IS 220 (86.33% from 255) = 37.23%

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

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

R = 37.23%
G = 28.6%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DCA9CA (or 0xDCA9CA) is known color: Maverick. HEX triplet: DC, A9 and CA. RGB value is (220,169,202). Sum of RGB (Red+Green+Blue) = 220+169+202=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9CA is #235635. Grayscale: #BBBBBB. Windows color (decimal): -2315830 or 13281756. OLE color: 13281756.

HSL color Cylindrical-coordinate representation of color #DCA9CA: hue angle of 321.18º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCA9CA is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 169 202 -
CMYK 0 0.23 0.08 0.14
HSL 321.18º 0.42% 0.76% -
HSV(B) 321.18º 0.23% 0.86% -
XYZ 54.36 47.86 62.25 -
YUV 188.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 220 169 202 0 0.23 0.08 0.14 321.18 0.42 0.76
Hex DC A9 CA 0 17 8 E 141 2A 4C
Octal 334 251 312 0 27 10 16 501 52 114
Binary 11011100 10101001 11001010 0 10111 1000 1110 101000001 101010 1001100

Color Harmonies of #DCA9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA9CA

Black with #DCA9CA

Text Example


Text Example

White with #DCA9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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