Html Css Color HEX #DC5069 Cabaret

📋 copy color: '#DC5069'

red 220 ◦ green 80 ◦ blue 105

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

Shades of Cabaret #DC5069

Tints of Cabaret #DC5069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.93%

R = 54.32%
G = 19.75%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC5069 (or 0xDC5069) is known color: Cabaret. HEX triplet: DC, 50 and 69. RGB value is (220,80,105). Sum of RGB (Red+Green+Blue) = 220+80+105=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5069 is #23AF96. Grayscale: #7C7C7C. Windows color (decimal): -2338711 or 6901980. OLE color: 6901980.

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

Color convert

RGB 220 80 105 -
CMYK 0 0.64 0.52 0.14
HSL 349.29º 0.67% 0.59% -
HSV(B) 349.29º 0.64% 0.86% -
XYZ 34.93 21.97 15.76 -
YUV 124.71 116.88 195.97 -
System Red Green Blue C M Y K H S L
Decimal 220 80 105 0 0.64 0.52 0.14 349.29 0.67 0.59
Hex DC 50 69 0 40 34 E 15D 43 3B
Octal 334 120 151 0 100 64 16 535 103 73
Binary 11011100 1010000 1101001 0 1000000 110100 1110 101011101 1000011 111011

Color Harmonies of #DC5069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5069

Black with #DC5069

Text Example


Text Example

White with #DC5069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5069; }

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

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

background-color css

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

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

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

border-color css

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

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

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