Html Css Color HEX #DCA7CB Maverick

📋 copy color: '#DCA7CB'

red 220 ◦ green 167 ◦ blue 203

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

Shades of Maverick #DCA7CB

Tints of Maverick #DCA7CB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.31%

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

R = 37.29%
G = 28.31%
B = 34.41%

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

#DCA7CB (or 0xDCA7CB) is known color: Maverick. HEX triplet: DC, A7 and CB. RGB value is (220,167,203). Sum of RGB (Red+Green+Blue) = 220+167+203=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA7CB is #235834. Grayscale: #BABABA. Windows color (decimal): -2316341 or 13346780. OLE color: 13346780.

HSL color Cylindrical-coordinate representation of color #DCA7CB: hue angle of 319.25º 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 #DCA7CB is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 167 203 -
CMYK 0 0.24 0.08 0.14
HSL 319.25º 0.43% 0.76% -
HSV(B) 319.25º 0.24% 0.86% -
XYZ 54.11 47.16 62.75 -
YUV 186.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 220 167 203 0 0.24 0.08 0.14 319.25 0.43 0.76
Hex DC A7 CB 0 18 8 E 13F 2B 4C
Octal 334 247 313 0 30 10 16 477 53 114
Binary 11011100 10100111 11001011 0 11000 1000 1110 100111111 101011 1001100

Color Harmonies of #DCA7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA7CB

Black with #DCA7CB

Text Example


Text Example

White with #DCA7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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