Html Css Color HEX #DD516A Cabaret

📋 copy color: '#DD516A'

red 221 ◦ green 81 ◦ blue 106

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

Shades of Cabaret #DD516A

Tints of Cabaret #DD516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.98%

R = 54.17%
G = 19.85%
B = 25.98%

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

#DD516A (or 0xDD516A) is known color: Cabaret. HEX triplet: DD, 51 and 6A. RGB value is (221,81,106). Sum of RGB (Red+Green+Blue) = 221+81+106=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD516A is #22AE95. Grayscale: #7D7D7D. Windows color (decimal): -2272918 or 6967773. OLE color: 6967773.

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

Color convert

RGB 221 81 106 -
CMYK 0 0.63 0.52 0.13
HSL 349.29º 0.67% 0.59% -
HSV(B) 349.29º 0.63% 0.87% -
XYZ 35.36 22.3 16.08 -
YUV 125.71 116.88 195.97 -
System Red Green Blue C M Y K H S L
Decimal 221 81 106 0 0.63 0.52 0.13 349.29 0.67 0.59
Hex DD 51 6A 0 3F 34 D 15D 43 3B
Octal 335 121 152 0 77 64 15 535 103 73
Binary 11011101 1010001 1101010 0 111111 110100 1101 101011101 1000011 111011

Color Harmonies of #DD516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD516A

Black with #DD516A

Text Example


Text Example

White with #DD516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD516A; }

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

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

background-color css

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

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

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

border-color css

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

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

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