Html Css Color HEX #DC4864 Cabaret

📋 copy color: '#DC4864'

red 220 ◦ green 72 ◦ blue 100

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

Shades of Cabaret #DC4864

Tints of Cabaret #DC4864

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.37%

 BLUE value IS 100 (39.45% from 255) = 25.51%

R = 56.12%
G = 18.37%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC4864 (or 0xDC4864) is known color: Cabaret. HEX triplet: DC, 48 and 64. RGB value is (220,72,100). Sum of RGB (Red+Green+Blue) = 220+72+100=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4864 is #23B79B. Grayscale: #777777. Windows color (decimal): -2340764 or 6572252. OLE color: 6572252.

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

Color convert

RGB 220 72 100 -
CMYK 0 0.67 0.55 0.14
HSL 348.65º 0.68% 0.57% -
HSV(B) 348.65º 0.67% 0.86% -
XYZ 34.13 20.77 14.27 -
YUV 119.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 220 72 100 0 0.67 0.55 0.14 348.65 0.68 0.57
Hex DC 48 64 0 43 37 E 15D 44 39
Octal 334 110 144 0 103 67 16 535 104 71
Binary 11011100 1001000 1100100 0 1000011 110111 1110 101011101 1000100 111001

Color Harmonies of #DC4864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4864

Black with #DC4864

Text Example


Text Example

White with #DC4864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4864; }

 p { color: rgb(220,72,100); }

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

background-color css

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

 a { background-color: rgb(220,72,100); }

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

border-color css

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

 span { border-color: rgb(220,72,100); }

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