Html Css Color HEX #DCA5C9 Maverick

📋 copy color: '#DCA5C9'

red 220 ◦ green 165 ◦ blue 201

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

Shades of Maverick #DCA5C9

Tints of Maverick #DCA5C9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.16%

 BLUE value IS 201 (78.91% from 255) = 34.3%

R = 37.54%
G = 28.16%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCA5C9 (or 0xDCA5C9) is known color: Maverick. HEX triplet: DC, A5 and C9. RGB value is (220,165,201). Sum of RGB (Red+Green+Blue) = 220+165+201=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5C9 is #235A36. Grayscale: #B9B9B9. Windows color (decimal): -2316855 or 13215196. OLE color: 13215196.

HSL color Cylindrical-coordinate representation of color #DCA5C9: hue angle of 320.73º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA5C9 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 165 201 -
CMYK 0 0.25 0.09 0.14
HSL 320.73º 0.44% 0.75% -
HSV(B) 320.73º 0.25% 0.86% -
XYZ 53.51 46.34 61.38 -
YUV 185.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 220 165 201 0 0.25 0.09 0.14 320.73 0.44 0.75
Hex DC A5 C9 0 19 9 E 141 2C 4B
Octal 334 245 311 0 31 11 16 501 54 113
Binary 11011100 10100101 11001001 0 11001 1001 1110 101000001 101100 1001011

Color Harmonies of #DCA5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA5C9

Black with #DCA5C9

Text Example


Text Example

White with #DCA5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA5C9; }

 p { color: rgb(220,165,201); }

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

background-color css

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

 a { background-color: rgb(220,165,201); }

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

border-color css

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

 span { border-color: rgb(220,165,201); }

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