Html Css Color HEX #DD359A Deep Cerise

📋 copy color: '#DD359A'

red 221 ◦ green 53 ◦ blue 154

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

Shades of Deep Cerise #DD359A

Tints of Deep Cerise #DD359A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.98%

R = 51.64%
G = 12.38%
B = 35.98%

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

#DD359A (or 0xDD359A) is known color: Deep Cerise. HEX triplet: DD, 35 and 9A. RGB value is (221,53,154). Sum of RGB (Red+Green+Blue) = 221+53+154=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD359A is #22CA65. Grayscale: #727272. Windows color (decimal): -2280038 or 10106333. OLE color: 10106333.

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

Color convert

RGB 221 53 154 -
CMYK 0 0.76 0.30 0.13
HSL 323.93º 0.71% 0.54% -
HSV(B) 323.93º 0.76% 0.87% -
XYZ 36.92 20.25 32.53 -
YUV 114.75 150.16 203.79 -
System Red Green Blue C M Y K H S L
Decimal 221 53 154 0 0.76 0.30 0.13 323.93 0.71 0.54
Hex DD 35 9A 0 4C 1E D 144 47 36
Octal 335 65 232 0 114 36 15 504 107 66
Binary 11011101 110101 10011010 0 1001100 11110 1101 101000100 1000111 110110

Color Harmonies of #DD359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD359A

Black with #DD359A

Text Example


Text Example

White with #DD359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD359A; }

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

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

background-color css

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

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

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

border-color css

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

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

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