Html Css Color HEX #DCA8CA Maverick

📋 copy color: '#DCA8CA'

red 220 ◦ green 168 ◦ blue 202

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

Shades of Maverick #DCA8CA

Tints of Maverick #DCA8CA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.47%

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

R = 37.29%
G = 28.47%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DCA8CA (or 0xDCA8CA) is known color: Maverick. HEX triplet: DC, A8 and CA. RGB value is (220,168,202). Sum of RGB (Red+Green+Blue) = 220+168+202=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8CA is #235735. Grayscale: #BBBBBB. Windows color (decimal): -2316086 or 13281500. OLE color: 13281500.

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

Color convert

RGB 220 168 202 -
CMYK 0 0.24 0.08 0.14
HSL 320.77º 0.43% 0.76% -
HSV(B) 320.77º 0.24% 0.86% -
XYZ 54.18 47.49 62.19 -
YUV 187.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 220 168 202 0 0.24 0.08 0.14 320.77 0.43 0.76
Hex DC A8 CA 0 18 8 E 141 2B 4C
Octal 334 250 312 0 30 10 16 501 53 114
Binary 11011100 10101000 11001010 0 11000 1000 1110 101000001 101011 1001100

Color Harmonies of #DCA8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA8CA

Black with #DCA8CA

Text Example


Text Example

White with #DCA8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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