Html Css Color HEX #DD3559 Cerise

📋 copy color: '#DD3559'

red 221 ◦ green 53 ◦ blue 89

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

Shades of Cerise #DD3559

Tints of Cerise #DD3559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.52%

R = 60.88%
G = 14.6%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD3559 (or 0xDD3559) is known color: Cerise. HEX triplet: DD, 35 and 59. RGB value is (221,53,89). Sum of RGB (Red+Green+Blue) = 221+53+89=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3559 is #22CAA6. Grayscale: #6B6B6B. Windows color (decimal): -2280103 or 5846493. OLE color: 5846493.

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

Color convert

RGB 221 53 89 -
CMYK 0 0.76 0.60 0.13
HSL 347.14º 0.71% 0.54% -
HSV(B) 347.14º 0.76% 0.87% -
XYZ 32.9 18.64 11.32 -
YUV 107.34 117.66 209.07 -
System Red Green Blue C M Y K H S L
Decimal 221 53 89 0 0.76 0.60 0.13 347.14 0.71 0.54
Hex DD 35 59 0 4C 3C D 15B 47 36
Octal 335 65 131 0 114 74 15 533 107 66
Binary 11011101 110101 1011001 0 1001100 111100 1101 101011011 1000111 110110

Color Harmonies of #DD3559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3559

Black with #DD3559

Text Example


Text Example

White with #DD3559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3559; }

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

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

background-color css

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

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

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

border-color css

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

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

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