Html Css Color HEX #DCA3CB Maverick

📋 copy color: '#DCA3CB'

red 220 ◦ green 163 ◦ blue 203

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

Shades of Maverick #DCA3CB

Tints of Maverick #DCA3CB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.82%

 BLUE value IS 203 (79.69% from 255) = 34.64%

R = 37.54%
G = 27.82%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DCA3CB (or 0xDCA3CB) is known color: Maverick. HEX triplet: DC, A3 and CB. RGB value is (220,163,203). Sum of RGB (Red+Green+Blue) = 220+163+203=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA3CB is #235C34. Grayscale: #B8B8B8. Windows color (decimal): -2317365 or 13345756. OLE color: 13345756.

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

Color convert

RGB 220 163 203 -
CMYK 0 0.26 0.08 0.14
HSL 317.89º 0.45% 0.75% -
HSV(B) 317.89º 0.26% 0.86% -
XYZ 53.39 45.72 62.51 -
YUV 184.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 220 163 203 0 0.26 0.08 0.14 317.89 0.45 0.75
Hex DC A3 CB 0 1A 8 E 13E 2D 4B
Octal 334 243 313 0 32 10 16 476 55 113
Binary 11011100 10100011 11001011 0 11010 1000 1110 100111110 101101 1001011

Color Harmonies of #DCA3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA3CB

Black with #DCA3CB

Text Example


Text Example

White with #DCA3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA3CB; }

 p { color: rgb(220,163,203); }

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

background-color css

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

 a { background-color: rgb(220,163,203); }

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

border-color css

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

 span { border-color: rgb(220,163,203); }

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