Html Css Color HEX #DC4869 Cabaret

📋 copy color: '#DC4869'

red 220 ◦ green 72 ◦ blue 105

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

Shades of Cabaret #DC4869

Tints of Cabaret #DC4869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.45%

R = 55.42%
G = 18.14%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC4869 (or 0xDC4869) is known color: Cabaret. HEX triplet: DC, 48 and 69. RGB value is (220,72,105). Sum of RGB (Red+Green+Blue) = 220+72+105=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4869 is #23B796. Grayscale: #787878. Windows color (decimal): -2340759 or 6899932. OLE color: 6899932.

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

Color convert

RGB 220 72 105 -
CMYK 0 0.67 0.52 0.14
HSL 346.62º 0.68% 0.57% -
HSV(B) 346.62º 0.67% 0.86% -
XYZ 34.38 20.87 15.58 -
YUV 120.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 220 72 105 0 0.67 0.52 0.14 346.62 0.68 0.57
Hex DC 48 69 0 43 34 E 15B 44 39
Octal 334 110 151 0 103 64 16 533 104 71
Binary 11011100 1001000 1101001 0 1000011 110100 1110 101011011 1000100 111001

Color Harmonies of #DC4869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4869

Black with #DC4869

Text Example


Text Example

White with #DC4869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4869; }

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

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

background-color css

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

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

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

border-color css

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

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

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