Html Css Color HEX #DC4762 Cabaret

📋 copy color: '#DC4762'

red 220 ◦ green 71 ◦ blue 98

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

Shades of Cabaret #DC4762

Tints of Cabaret #DC4762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.25%

 BLUE value IS 98 (38.67% from 255) = 25.19%

R = 56.56%
G = 18.25%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC4762 (or 0xDC4762) is known color: Cabaret. HEX triplet: DC, 47 and 62. RGB value is (220,71,98). Sum of RGB (Red+Green+Blue) = 220+71+98=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4762 is #23B89D. Grayscale: #767676. Windows color (decimal): -2341022 or 6440924. OLE color: 6440924.

HSL color Cylindrical-coordinate representation of color #DC4762: hue angle of 349.13º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4762 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 71 98 -
CMYK 0 0.68 0.55 0.14
HSL 349.13º 0.68% 0.57% -
HSV(B) 349.13º 0.68% 0.86% -
XYZ 33.97 20.6 13.74 -
YUV 118.63 116.36 200.3 -
System Red Green Blue C M Y K H S L
Decimal 220 71 98 0 0.68 0.55 0.14 349.13 0.68 0.57
Hex DC 47 62 0 44 37 E 15D 44 39
Octal 334 107 142 0 104 67 16 535 104 71
Binary 11011100 1000111 1100010 0 1000100 110111 1110 101011101 1000100 111001

Color Harmonies of #DC4762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4762

Black with #DC4762

Text Example


Text Example

White with #DC4762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4762; }

 p { color: rgb(220,71,98); }

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

background-color css

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

 a { background-color: rgb(220,71,98); }

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

border-color css

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

 span { border-color: rgb(220,71,98); }

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