Html Css Color HEX #DC5268 Cabaret

📋 copy color: '#DC5268'

red 220 ◦ green 82 ◦ blue 104

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

Shades of Cabaret #DC5268

Tints of Cabaret #DC5268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.2%

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

R = 54.19%
G = 20.2%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC5268 (or 0xDC5268) is known color: Cabaret. HEX triplet: DC, 52 and 68. RGB value is (220,82,104). Sum of RGB (Red+Green+Blue) = 220+82+104=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5268 is #23AD97. Grayscale: #7D7D7D. Windows color (decimal): -2338200 or 6836956. OLE color: 6836956.

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

Color convert

RGB 220 82 104 -
CMYK 0 0.63 0.53 0.14
HSL 350.43º 0.66% 0.59% -
HSV(B) 350.43º 0.63% 0.86% -
XYZ 35.03 22.25 15.54 -
YUV 125.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 220 82 104 0 0.63 0.53 0.14 350.43 0.66 0.59
Hex DC 52 68 0 3F 35 E 15E 42 3B
Octal 334 122 150 0 77 65 16 536 102 73
Binary 11011100 1010010 1101000 0 111111 110101 1110 101011110 1000010 111011

Color Harmonies of #DC5268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5268

Black with #DC5268

Text Example


Text Example

White with #DC5268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5268; }

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

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

background-color css

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

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

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

border-color css

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

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

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