Html Css Color HEX #DC5D6C Cabaret

📋 copy color: '#DC5D6C'

red 220 ◦ green 93 ◦ blue 108

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

Shades of Cabaret #DC5D6C

Tints of Cabaret #DC5D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.65%

R = 52.26%
G = 22.09%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC5D6C (or 0xDC5D6C) is known color: Cabaret. HEX triplet: DC, 5D and 6C. RGB value is (220,93,108). Sum of RGB (Red+Green+Blue) = 220+93+108=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D6C is #23A293. Grayscale: #848484. Windows color (decimal): -2335380 or 7101916. OLE color: 7101916.

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

Color convert

RGB 220 93 108 -
CMYK 0 0.58 0.51 0.14
HSL 352.91º 0.64% 0.61% -
HSV(B) 352.91º 0.58% 0.86% -
XYZ 36.14 24.13 16.94 -
YUV 132.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 220 93 108 0 0.58 0.51 0.14 352.91 0.64 0.61
Hex DC 5D 6C 0 3A 33 E 161 40 3D
Octal 334 135 154 0 72 63 16 541 100 75
Binary 11011100 1011101 1101100 0 111010 110011 1110 101100001 1000000 111101

Color Harmonies of #DC5D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D6C

Black with #DC5D6C

Text Example


Text Example

White with #DC5D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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