Html Css Color HEX #DD3290 Deep Cerise

📋 copy color: '#DD3290'

red 221 ◦ green 50 ◦ blue 144

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

Shades of Deep Cerise #DD3290

Tints of Deep Cerise #DD3290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.05%

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

R = 53.25%
G = 12.05%
B = 34.7%

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

#DD3290 (or 0xDD3290) is known color: Deep Cerise. HEX triplet: DD, 32 and 90. RGB value is (221,50,144). Sum of RGB (Red+Green+Blue) = 221+50+144=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3290 is #22CD6F. Grayscale: #6F6F6F. Windows color (decimal): -2280816 or 9450205. OLE color: 9450205.

HSL color Cylindrical-coordinate representation of color #DD3290: hue angle of 327.02º degrees, saturation: 0.72, 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 #DD3290 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 50 144 -
CMYK 0 0.77 0.35 0.13
HSL 327.02º 0.72% 0.53% -
HSV(B) 327.02º 0.77% 0.87% -
XYZ 35.99 19.67 28.28 -
YUV 111.85 146.15 205.86 -
System Red Green Blue C M Y K H S L
Decimal 221 50 144 0 0.77 0.35 0.13 327.02 0.72 0.53
Hex DD 32 90 0 4D 23 D 147 48 35
Octal 335 62 220 0 115 43 15 507 110 65
Binary 11011101 110010 10010000 0 1001101 100011 1101 101000111 1001000 110101

Color Harmonies of #DD3290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3290

Black with #DD3290

Text Example


Text Example

White with #DD3290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3290; }

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

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

background-color css

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

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

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

border-color css

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

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

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