Html Css Color HEX #DD359E Deep Cerise

📋 copy color: '#DD359E'

red 221 ◦ green 53 ◦ blue 158

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

Shades of Deep Cerise #DD359E

Tints of Deep Cerise #DD359E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.57%

R = 51.16%
G = 12.27%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD359E (or 0xDD359E) is known color: Deep Cerise. HEX triplet: DD, 35 and 9E. RGB value is (221,53,158). Sum of RGB (Red+Green+Blue) = 221+53+158=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD359E is #22CA61. Grayscale: #727272. Windows color (decimal): -2280034 or 10368477. OLE color: 10368477.

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

Color convert

RGB 221 53 158 -
CMYK 0 0.76 0.29 0.13
HSL 322.5º 0.71% 0.54% -
HSV(B) 322.5º 0.76% 0.87% -
XYZ 37.26 20.39 34.32 -
YUV 115.2 152.16 203.46 -
System Red Green Blue C M Y K H S L
Decimal 221 53 158 0 0.76 0.29 0.13 322.5 0.71 0.54
Hex DD 35 9E 0 4C 1D D 142 47 36
Octal 335 65 236 0 114 35 15 502 107 66
Binary 11011101 110101 10011110 0 1001100 11101 1101 101000010 1000111 110110

Color Harmonies of #DD359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD359E

Black with #DD359E

Text Example


Text Example

White with #DD359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD359E; }

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

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

background-color css

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

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

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

border-color css

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

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

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