Html Css Color HEX #DD5169 Cabaret

📋 copy color: '#DD5169'

red 221 ◦ green 81 ◦ blue 105

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

Shades of Cabaret #DD5169

Tints of Cabaret #DD5169

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.9%

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

R = 54.3%
G = 19.9%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD5169 (or 0xDD5169) is known color: Cabaret. HEX triplet: DD, 51 and 69. RGB value is (221,81,105). Sum of RGB (Red+Green+Blue) = 221+81+105=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5169 is #22AE96. Grayscale: #7D7D7D. Windows color (decimal): -2272919 or 6902237. OLE color: 6902237.

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

Color convert

RGB 221 81 105 -
CMYK 0 0.63 0.52 0.13
HSL 349.71º 0.67% 0.59% -
HSV(B) 349.71º 0.63% 0.87% -
XYZ 35.31 22.28 15.8 -
YUV 125.6 116.38 196.05 -
System Red Green Blue C M Y K H S L
Decimal 221 81 105 0 0.63 0.52 0.13 349.71 0.67 0.59
Hex DD 51 69 0 3F 34 D 15E 43 3B
Octal 335 121 151 0 77 64 15 536 103 73
Binary 11011101 1010001 1101001 0 111111 110100 1101 101011110 1000011 111011

Color Harmonies of #DD5169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5169

Black with #DD5169

Text Example


Text Example

White with #DD5169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5169; }

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

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

background-color css

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

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

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

border-color css

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

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

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