Html Css Color HEX #DC5065 Cabaret

📋 copy color: '#DC5065'

red 220 ◦ green 80 ◦ blue 101

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

Shades of Cabaret #DC5065

Tints of Cabaret #DC5065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.95%

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

R = 54.86%
G = 19.95%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC5065 (or 0xDC5065) is known color: Cabaret. HEX triplet: DC, 50 and 65. RGB value is (220,80,101). Sum of RGB (Red+Green+Blue) = 220+80+101=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5065 is #23AF9A. Grayscale: #7C7C7C. Windows color (decimal): -2338715 or 6639836. OLE color: 6639836.

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

Color convert

RGB 220 80 101 -
CMYK 0 0.64 0.54 0.14
HSL 351º 0.67% 0.59% -
HSV(B) 351º 0.64% 0.86% -
XYZ 34.73 21.89 14.71 -
YUV 124.25 114.88 196.29 -
System Red Green Blue C M Y K H S L
Decimal 220 80 101 0 0.64 0.54 0.14 351 0.67 0.59
Hex DC 50 65 0 40 36 E 15F 43 3B
Octal 334 120 145 0 100 66 16 537 103 73
Binary 11011100 1010000 1100101 0 1000000 110110 1110 101011111 1000011 111011

Color Harmonies of #DC5065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5065

Black with #DC5065

Text Example


Text Example

White with #DC5065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5065; }

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

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

background-color css

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

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

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

border-color css

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

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

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