Html Css Color HEX #DC5D6F Cabaret

📋 copy color: '#DC5D6F'

red 220 ◦ green 93 ◦ blue 111

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

Shades of Cabaret #DC5D6F

Tints of Cabaret #DC5D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.18%

R = 51.89%
G = 21.93%
B = 26.18%

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

#DC5D6F (or 0xDC5D6F) is known color: Cabaret. HEX triplet: DC, 5D and 6F. RGB value is (220,93,111). Sum of RGB (Red+Green+Blue) = 220+93+111=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D6F is #23A290. Grayscale: #858585. Windows color (decimal): -2335377 or 7298524. OLE color: 7298524.

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

Color convert

RGB 220 93 111 -
CMYK 0 0.58 0.50 0.14
HSL 351.5º 0.64% 0.61% -
HSV(B) 351.5º 0.58% 0.86% -
XYZ 36.3 24.19 17.8 -
YUV 133.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 220 93 111 0 0.58 0.50 0.14 351.5 0.64 0.61
Hex DC 5D 6F 0 3A 32 E 15F 40 3D
Octal 334 135 157 0 72 62 16 537 100 75
Binary 11011100 1011101 1101111 0 111010 110010 1110 101011111 1000000 111101

Color Harmonies of #DC5D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D6F

Black with #DC5D6F

Text Example


Text Example

White with #DC5D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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