Html Css Color HEX #DC4768 Cabaret

📋 copy color: '#DC4768'

red 220 ◦ green 71 ◦ blue 104

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

Shades of Cabaret #DC4768

Tints of Cabaret #DC4768

RGB

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

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

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

R = 55.7%
G = 17.97%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC4768 (or 0xDC4768) is known color: Cabaret. HEX triplet: DC, 47 and 68. RGB value is (220,71,104). Sum of RGB (Red+Green+Blue) = 220+71+104=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4768 is #23B897. Grayscale: #777777. Windows color (decimal): -2341016 or 6834140. OLE color: 6834140.

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

Color convert

RGB 220 71 104 -
CMYK 0 0.68 0.53 0.14
HSL 346.71º 0.68% 0.57% -
HSV(B) 346.71º 0.68% 0.86% -
XYZ 34.27 20.72 15.29 -
YUV 119.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 220 71 104 0 0.68 0.53 0.14 346.71 0.68 0.57
Hex DC 47 68 0 44 35 E 15B 44 39
Octal 334 107 150 0 104 65 16 533 104 71
Binary 11011100 1000111 1101000 0 1000100 110101 1110 101011011 1000100 111001

Color Harmonies of #DC4768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4768

Black with #DC4768

Text Example


Text Example

White with #DC4768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4768; }

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

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

background-color css

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

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

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

border-color css

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

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

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