Html Css Color HEX #DD3091 Deep Cerise

📋 copy color: '#DD3091'

red 221 ◦ green 48 ◦ blue 145

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

Shades of Deep Cerise #DD3091

Tints of Deep Cerise #DD3091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.02%

R = 53.38%
G = 11.59%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD3091 (or 0xDD3091) is known color: Deep Cerise. HEX triplet: DD, 30 and 91. RGB value is (221,48,145). Sum of RGB (Red+Green+Blue) = 221+48+145=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3091 is #22CF6E. Grayscale: #6E6E6E. Windows color (decimal): -2281327 or 9515229. OLE color: 9515229.

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

Color convert

RGB 221 48 145 -
CMYK 0 0.78 0.34 0.13
HSL 326.36º 0.72% 0.53% -
HSV(B) 326.36º 0.78% 0.87% -
XYZ 35.99 19.53 28.66 -
YUV 110.79 147.31 206.61 -
System Red Green Blue C M Y K H S L
Decimal 221 48 145 0 0.78 0.34 0.13 326.36 0.72 0.53
Hex DD 30 91 0 4E 22 D 146 48 35
Octal 335 60 221 0 116 42 15 506 110 65
Binary 11011101 110000 10010001 0 1001110 100010 1101 101000110 1001000 110101

Color Harmonies of #DD3091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3091

Black with #DD3091

Text Example


Text Example

White with #DD3091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3091; }

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

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

background-color css

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

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

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

border-color css

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

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

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