Html Css Color HEX #DD576C Cabaret

📋 copy color: '#DD576C'

red 221 ◦ green 87 ◦ blue 108

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

Shades of Cabaret #DD576C

Tints of Cabaret #DD576C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.91%

 BLUE value IS 108 (42.58% from 255) = 25.96%

R = 53.13%
G = 20.91%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD576C (or 0xDD576C) is known color: Cabaret. HEX triplet: DD, 57 and 6C. RGB value is (221,87,108). Sum of RGB (Red+Green+Blue) = 221+87+108=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD576C is #22A893. Grayscale: #818181. Windows color (decimal): -2271380 or 7100381. OLE color: 7100381.

HSL color Cylindrical-coordinate representation of color #DD576C: hue angle of 350.6º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD576C is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 87 108 -
CMYK 0 0.61 0.51 0.13
HSL 350.6º 0.66% 0.6% -
HSV(B) 350.6º 0.61% 0.87% -
XYZ 35.93 23.27 16.79 -
YUV 129.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 221 87 108 0 0.61 0.51 0.13 350.6 0.66 0.6
Hex DD 57 6C 0 3D 33 D 15F 42 3C
Octal 335 127 154 0 75 63 15 537 102 74
Binary 11011101 1010111 1101100 0 111101 110011 1101 101011111 1000010 111100

Color Harmonies of #DD576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD576C

Black with #DD576C

Text Example


Text Example

White with #DD576C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD576C; }

 p { color: rgb(221,87,108); }

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

background-color css

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

 a { background-color: rgb(221,87,108); }

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

border-color css

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

 span { border-color: rgb(221,87,108); }

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