Html Css Color HEX #DC4867 Cabaret

📋 copy color: '#DC4867'

red 220 ◦ green 72 ◦ blue 103

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

Shades of Cabaret #DC4867

Tints of Cabaret #DC4867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.08%

R = 55.7%
G = 18.23%
B = 26.08%

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

#DC4867 (or 0xDC4867) is known color: Cabaret. HEX triplet: DC, 48 and 67. RGB value is (220,72,103). Sum of RGB (Red+Green+Blue) = 220+72+103=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4867 is #23B798. Grayscale: #777777. Windows color (decimal): -2340761 or 6768860. OLE color: 6768860.

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

Color convert

RGB 220 72 103 -
CMYK 0 0.67 0.53 0.14
HSL 347.43º 0.68% 0.57% -
HSV(B) 347.43º 0.67% 0.86% -
XYZ 34.28 20.83 15.05 -
YUV 119.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 220 72 103 0 0.67 0.53 0.14 347.43 0.68 0.57
Hex DC 48 67 0 43 35 E 15B 44 39
Octal 334 110 147 0 103 65 16 533 104 71
Binary 11011100 1001000 1100111 0 1000011 110101 1110 101011011 1000100 111001

Color Harmonies of #DC4867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4867

Black with #DC4867

Text Example


Text Example

White with #DC4867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4867; }

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

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

background-color css

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

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

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

border-color css

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

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

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