Html Css Color HEX #DC5D6D Cabaret

📋 copy color: '#DC5D6D'

red 220 ◦ green 93 ◦ blue 109

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

Shades of Cabaret #DC5D6D

Tints of Cabaret #DC5D6D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.04%

 BLUE value IS 109 (42.97% from 255) = 25.83%

R = 52.13%
G = 22.04%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC5D6D (or 0xDC5D6D) is known color: Cabaret. HEX triplet: DC, 5D and 6D. RGB value is (220,93,109). Sum of RGB (Red+Green+Blue) = 220+93+109=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D6D is #23A292. Grayscale: #848484. Windows color (decimal): -2335379 or 7167452. OLE color: 7167452.

HSL color Cylindrical-coordinate representation of color #DC5D6D: hue angle of 352.44º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5D6D is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 93 109 -
CMYK 0 0.58 0.50 0.14
HSL 352.44º 0.64% 0.61% -
HSV(B) 352.44º 0.58% 0.86% -
XYZ 36.19 24.15 17.22 -
YUV 132.8 114.58 190.2 -
System Red Green Blue C M Y K H S L
Decimal 220 93 109 0 0.58 0.50 0.14 352.44 0.64 0.61
Hex DC 5D 6D 0 3A 32 E 160 40 3D
Octal 334 135 155 0 72 62 16 540 100 75
Binary 11011100 1011101 1101101 0 111010 110010 1110 101100000 1000000 111101

Color Harmonies of #DC5D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D6D

Black with #DC5D6D

Text Example


Text Example

White with #DC5D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D6D; }

 p { color: rgb(220,93,109); }

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

background-color css

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

 a { background-color: rgb(220,93,109); }

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

border-color css

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

 span { border-color: rgb(220,93,109); }

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