Html Css Color HEX #DD359D Deep Cerise

📋 copy color: '#DD359D'

red 221 ◦ green 53 ◦ blue 157

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

Shades of Deep Cerise #DD359D

Tints of Deep Cerise #DD359D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.43%

R = 51.28%
G = 12.3%
B = 36.43%

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

#DD359D (or 0xDD359D) is known color: Deep Cerise. HEX triplet: DD, 35 and 9D. RGB value is (221,53,157). Sum of RGB (Red+Green+Blue) = 221+53+157=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD359D is #22CA62. Grayscale: #727272. Windows color (decimal): -2280035 or 10302941. OLE color: 10302941.

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

Color convert

RGB 221 53 157 -
CMYK 0 0.76 0.29 0.13
HSL 322.86º 0.71% 0.54% -
HSV(B) 322.86º 0.76% 0.87% -
XYZ 37.18 20.35 33.87 -
YUV 115.09 151.66 203.54 -
System Red Green Blue C M Y K H S L
Decimal 221 53 157 0 0.76 0.29 0.13 322.86 0.71 0.54
Hex DD 35 9D 0 4C 1D D 143 47 36
Octal 335 65 235 0 114 35 15 503 107 66
Binary 11011101 110101 10011101 0 1001100 11101 1101 101000011 1000111 110110

Color Harmonies of #DD359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD359D

Black with #DD359D

Text Example


Text Example

White with #DD359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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