Html Css Color HEX #DC5265 Cabaret

📋 copy color: '#DC5265'

red 220 ◦ green 82 ◦ blue 101

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

Shades of Cabaret #DC5265

Tints of Cabaret #DC5265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.35%

 BLUE value IS 101 (39.84% from 255) = 25.06%

R = 54.59%
G = 20.35%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC5265 (or 0xDC5265) is known color: Cabaret. HEX triplet: DC, 52 and 65. RGB value is (220,82,101). Sum of RGB (Red+Green+Blue) = 220+82+101=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5265 is #23AD9A. Grayscale: #7D7D7D. Windows color (decimal): -2338203 or 6640348. OLE color: 6640348.

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

Color convert

RGB 220 82 101 -
CMYK 0 0.63 0.54 0.14
HSL 351.74º 0.66% 0.59% -
HSV(B) 351.74º 0.63% 0.86% -
XYZ 34.88 22.19 14.76 -
YUV 125.43 114.22 195.46 -
System Red Green Blue C M Y K H S L
Decimal 220 82 101 0 0.63 0.54 0.14 351.74 0.66 0.59
Hex DC 52 65 0 3F 36 E 160 42 3B
Octal 334 122 145 0 77 66 16 540 102 73
Binary 11011100 1010010 1100101 0 111111 110110 1110 101100000 1000010 111011

Color Harmonies of #DC5265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5265

Black with #DC5265

Text Example


Text Example

White with #DC5265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5265; }

 p { color: rgb(220,82,101); }

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

background-color css

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

 a { background-color: rgb(220,82,101); }

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

border-color css

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

 span { border-color: rgb(220,82,101); }

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