Html Css Color HEX #DC4A64 Cabaret

📋 copy color: '#DC4A64'

red 220 ◦ green 74 ◦ blue 100

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

Shades of Cabaret #DC4A64

Tints of Cabaret #DC4A64

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.78%

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

R = 55.84%
G = 18.78%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC4A64 (or 0xDC4A64) is known color: Cabaret. HEX triplet: DC, 4A and 64. RGB value is (220,74,100). Sum of RGB (Red+Green+Blue) = 220+74+100=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4A64 is #23B59B. Grayscale: #787878. Windows color (decimal): -2340252 or 6572764. OLE color: 6572764.

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

Color convert

RGB 220 74 100 -
CMYK 0 0.66 0.55 0.14
HSL 349.32º 0.68% 0.58% -
HSV(B) 349.32º 0.66% 0.86% -
XYZ 34.26 21.03 14.31 -
YUV 120.62 116.37 198.89 -
System Red Green Blue C M Y K H S L
Decimal 220 74 100 0 0.66 0.55 0.14 349.32 0.68 0.58
Hex DC 4A 64 0 42 37 E 15D 44 3A
Octal 334 112 144 0 102 67 16 535 104 72
Binary 11011100 1001010 1100100 0 1000010 110111 1110 101011101 1000100 111010

Color Harmonies of #DC4A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A64

Black with #DC4A64

Text Example


Text Example

White with #DC4A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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