Html Css Color HEX #DD3090 Deep Cerise

📋 copy color: '#DD3090'

red 221 ◦ green 48 ◦ blue 144

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

Shades of Deep Cerise #DD3090

Tints of Deep Cerise #DD3090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.62%

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

R = 53.51%
G = 11.62%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD3090 (or 0xDD3090) is known color: Deep Cerise. HEX triplet: DD, 30 and 90. RGB value is (221,48,144). Sum of RGB (Red+Green+Blue) = 221+48+144=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3090 is #22CF6F. Grayscale: #6E6E6E. Windows color (decimal): -2281328 or 9449693. OLE color: 9449693.

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

Color convert

RGB 221 48 144 -
CMYK 0 0.78 0.35 0.13
HSL 326.71º 0.72% 0.53% -
HSV(B) 326.71º 0.78% 0.87% -
XYZ 35.91 19.5 28.26 -
YUV 110.67 146.81 206.69 -
System Red Green Blue C M Y K H S L
Decimal 221 48 144 0 0.78 0.35 0.13 326.71 0.72 0.53
Hex DD 30 90 0 4E 23 D 147 48 35
Octal 335 60 220 0 116 43 15 507 110 65
Binary 11011101 110000 10010000 0 1001110 100011 1101 101000111 1001000 110101

Color Harmonies of #DD3090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3090

Black with #DD3090

Text Example


Text Example

White with #DD3090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3090; }

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

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

background-color css

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

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

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

border-color css

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

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

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