Html Css Color HEX #DD3390 Deep Cerise

📋 copy color: '#DD3390'

red 221 ◦ green 51 ◦ blue 144

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

Shades of Deep Cerise #DD3390

Tints of Deep Cerise #DD3390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.26%

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 53.13%
G = 12.26%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD3390 (or 0xDD3390) is known color: Deep Cerise. HEX triplet: DD, 33 and 90. RGB value is (221,51,144). Sum of RGB (Red+Green+Blue) = 221+51+144=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3390 is #22CC6F. Grayscale: #707070. Windows color (decimal): -2280560 or 9450461. OLE color: 9450461.

HSL color Cylindrical-coordinate representation of color #DD3390: hue angle of 327.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3390 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 51 144 -
CMYK 0 0.77 0.35 0.13
HSL 327.18º 0.71% 0.53% -
HSV(B) 327.18º 0.77% 0.87% -
XYZ 36.04 19.75 28.3 -
YUV 112.43 145.82 205.44 -
System Red Green Blue C M Y K H S L
Decimal 221 51 144 0 0.77 0.35 0.13 327.18 0.71 0.53
Hex DD 33 90 0 4D 23 D 147 47 35
Octal 335 63 220 0 115 43 15 507 107 65
Binary 11011101 110011 10010000 0 1001101 100011 1101 101000111 1000111 110101

Color Harmonies of #DD3390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3390

Black with #DD3390

Text Example


Text Example

White with #DD3390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3390; }

 p { color: rgb(221,51,144); }

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

background-color css

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

 a { background-color: rgb(221,51,144); }

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

border-color css

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

 span { border-color: rgb(221,51,144); }

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