Html Css Color HEX #DD359B Deep Cerise

📋 copy color: '#DD359B'

red 221 ◦ green 53 ◦ blue 155

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

Shades of Deep Cerise #DD359B

Tints of Deep Cerise #DD359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.13%

R = 51.52%
G = 12.35%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD359B (or 0xDD359B) is known color: Deep Cerise. HEX triplet: DD, 35 and 9B. RGB value is (221,53,155). Sum of RGB (Red+Green+Blue) = 221+53+155=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD359B is #22CA64. Grayscale: #727272. Windows color (decimal): -2280037 or 10171869. OLE color: 10171869.

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

Color convert

RGB 221 53 155 -
CMYK 0 0.76 0.30 0.13
HSL 323.57º 0.71% 0.54% -
HSV(B) 323.57º 0.76% 0.87% -
XYZ 37.01 20.28 32.98 -
YUV 114.86 150.66 203.71 -
System Red Green Blue C M Y K H S L
Decimal 221 53 155 0 0.76 0.30 0.13 323.57 0.71 0.54
Hex DD 35 9B 0 4C 1E D 144 47 36
Octal 335 65 233 0 114 36 15 504 107 66
Binary 11011101 110101 10011011 0 1001100 11110 1101 101000100 1000111 110110

Color Harmonies of #DD359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD359B

Black with #DD359B

Text Example


Text Example

White with #DD359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD359B; }

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

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

background-color css

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

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

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

border-color css

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

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

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