Html Css Color HEX #DC5A6C Cabaret

📋 copy color: '#DC5A6C'

red 220 ◦ green 90 ◦ blue 108

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

Shades of Cabaret #DC5A6C

Tints of Cabaret #DC5A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.53%

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

R = 52.63%
G = 21.53%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC5A6C (or 0xDC5A6C) is known color: Cabaret. HEX triplet: DC, 5A and 6C. RGB value is (220,90,108). Sum of RGB (Red+Green+Blue) = 220+90+108=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5A6C is #23A593. Grayscale: #828282. Windows color (decimal): -2336148 or 7101148. OLE color: 7101148.

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

Color convert

RGB 220 90 108 -
CMYK 0 0.59 0.51 0.14
HSL 351.69º 0.65% 0.61% -
HSV(B) 351.69º 0.59% 0.86% -
XYZ 35.88 23.61 16.85 -
YUV 130.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 220 90 108 0 0.59 0.51 0.14 351.69 0.65 0.61
Hex DC 5A 6C 0 3B 33 E 160 41 3D
Octal 334 132 154 0 73 63 16 540 101 75
Binary 11011100 1011010 1101100 0 111011 110011 1110 101100000 1000001 111101

Color Harmonies of #DC5A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A6C

Black with #DC5A6C

Text Example


Text Example

White with #DC5A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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