Html Css Color HEX #DD3571 Cerise

📋 copy color: '#DD3571'

red 221 ◦ green 53 ◦ blue 113

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

Shades of Cerise #DD3571

Tints of Cerise #DD3571

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.7%

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 57.11%
G = 13.7%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD3571 (or 0xDD3571) is known color: Cerise. HEX triplet: DD, 35 and 71. RGB value is (221,53,113). Sum of RGB (Red+Green+Blue) = 221+53+113=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3571 is #22CA8E. Grayscale: #6E6E6E. Windows color (decimal): -2280079 or 7419357. OLE color: 7419357.

HSL color Cylindrical-coordinate representation of color #DD3571: hue angle of 338.57º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3571 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 53 113 -
CMYK 0 0.76 0.49 0.13
HSL 338.57º 0.71% 0.54% -
HSV(B) 338.57º 0.76% 0.87% -
XYZ 34.07 19.11 17.52 -
YUV 110.07 129.66 207.12 -
System Red Green Blue C M Y K H S L
Decimal 221 53 113 0 0.76 0.49 0.13 338.57 0.71 0.54
Hex DD 35 71 0 4C 31 D 153 47 36
Octal 335 65 161 0 114 61 15 523 107 66
Binary 11011101 110101 1110001 0 1001100 110001 1101 101010011 1000111 110110

Color Harmonies of #DD3571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3571

Black with #DD3571

Text Example


Text Example

White with #DD3571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3571; }

 p { color: rgb(221,53,113); }

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

background-color css

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

 a { background-color: rgb(221,53,113); }

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

border-color css

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

 span { border-color: rgb(221,53,113); }

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