Html Css Color HEX #DC536B Cabaret

📋 copy color: '#DC536B'

red 220 ◦ green 83 ◦ blue 107

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

Shades of Cabaret #DC536B

Tints of Cabaret #DC536B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.24%

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

R = 53.66%
G = 20.24%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC536B (or 0xDC536B) is known color: Cabaret. HEX triplet: DC, 53 and 6B. RGB value is (220,83,107). Sum of RGB (Red+Green+Blue) = 220+83+107=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC536B is #23AC94. Grayscale: #7E7E7E. Windows color (decimal): -2337941 or 7033820. OLE color: 7033820.

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

Color convert

RGB 220 83 107 -
CMYK 0 0.62 0.51 0.14
HSL 349.49º 0.66% 0.59% -
HSV(B) 349.49º 0.62% 0.86% -
XYZ 35.26 22.46 16.39 -
YUV 126.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 220 83 107 0 0.62 0.51 0.14 349.49 0.66 0.59
Hex DC 53 6B 0 3E 33 E 15D 42 3B
Octal 334 123 153 0 76 63 16 535 102 73
Binary 11011100 1010011 1101011 0 111110 110011 1110 101011101 1000010 111011

Color Harmonies of #DC536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC536B

Black with #DC536B

Text Example


Text Example

White with #DC536B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC536B; }

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

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

background-color css

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

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

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

border-color css

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

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

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