Html Css Color HEX #DC4868 Cabaret

📋 copy color: '#DC4868'

red 220 ◦ green 72 ◦ blue 104

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

Shades of Cabaret #DC4868

Tints of Cabaret #DC4868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.26%

R = 55.56%
G = 18.18%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC4868 (or 0xDC4868) is known color: Cabaret. HEX triplet: DC, 48 and 68. RGB value is (220,72,104). Sum of RGB (Red+Green+Blue) = 220+72+104=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4868 is #23B797. Grayscale: #777777. Windows color (decimal): -2340760 or 6834396. OLE color: 6834396.

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

Color convert

RGB 220 72 104 -
CMYK 0 0.67 0.53 0.14
HSL 347.03º 0.68% 0.57% -
HSV(B) 347.03º 0.67% 0.86% -
XYZ 34.33 20.85 15.31 -
YUV 119.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 220 72 104 0 0.67 0.53 0.14 347.03 0.68 0.57
Hex DC 48 68 0 43 35 E 15B 44 39
Octal 334 110 150 0 103 65 16 533 104 71
Binary 11011100 1001000 1101000 0 1000011 110101 1110 101011011 1000100 111001

Color Harmonies of #DC4868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4868

Black with #DC4868

Text Example


Text Example

White with #DC4868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4868; }

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

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

background-color css

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

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

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

border-color css

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

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

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