Html Css Color HEX #DD5069 Cabaret

📋 copy color: '#DD5069'

red 221 ◦ green 80 ◦ blue 105

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

Shades of Cabaret #DD5069

Tints of Cabaret #DD5069

RGB

 RED value IS 221 (86.72% from 255) = 54.43%

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

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

R = 54.43%
G = 19.7%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD5069 (or 0xDD5069) is known color: Cabaret. HEX triplet: DD, 50 and 69. RGB value is (221,80,105). Sum of RGB (Red+Green+Blue) = 221+80+105=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5069 is #22AF96. Grayscale: #7D7D7D. Windows color (decimal): -2273175 or 6901981. OLE color: 6901981.

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

Color convert

RGB 221 80 105 -
CMYK 0 0.64 0.52 0.13
HSL 349.36º 0.67% 0.59% -
HSV(B) 349.36º 0.64% 0.87% -
XYZ 35.24 22.13 15.78 -
YUV 125.01 116.71 196.47 -
System Red Green Blue C M Y K H S L
Decimal 221 80 105 0 0.64 0.52 0.13 349.36 0.67 0.59
Hex DD 50 69 0 40 34 D 15D 43 3B
Octal 335 120 151 0 100 64 15 535 103 73
Binary 11011101 1010000 1101001 0 1000000 110100 1101 101011101 1000011 111011

Color Harmonies of #DD5069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5069

Black with #DD5069

Text Example


Text Example

White with #DD5069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5069; }

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

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

background-color css

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

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

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

border-color css

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

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

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