Html Css Color HEX #DC5D6B Cabaret

📋 copy color: '#DC5D6B'

red 220 ◦ green 93 ◦ blue 107

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

Shades of Cabaret #DC5D6B

Tints of Cabaret #DC5D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.48%

R = 52.38%
G = 22.14%
B = 25.48%

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

#DC5D6B (or 0xDC5D6B) is known color: Cabaret. HEX triplet: DC, 5D and 6B. RGB value is (220,93,107). Sum of RGB (Red+Green+Blue) = 220+93+107=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D6B is #23A294. Grayscale: #848484. Windows color (decimal): -2335381 or 7036380. OLE color: 7036380.

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

Color convert

RGB 220 93 107 -
CMYK 0 0.58 0.51 0.14
HSL 353.39º 0.64% 0.61% -
HSV(B) 353.39º 0.58% 0.86% -
XYZ 36.08 24.11 16.66 -
YUV 132.57 113.58 190.36 -
System Red Green Blue C M Y K H S L
Decimal 220 93 107 0 0.58 0.51 0.14 353.39 0.64 0.61
Hex DC 5D 6B 0 3A 33 E 161 40 3D
Octal 334 135 153 0 72 63 16 541 100 75
Binary 11011100 1011101 1101011 0 111010 110011 1110 101100001 1000000 111101

Color Harmonies of #DC5D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D6B

Black with #DC5D6B

Text Example


Text Example

White with #DC5D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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