Html Css Color HEX #DD3093 Deep Cerise

📋 copy color: '#DD3093'

red 221 ◦ green 48 ◦ blue 147

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

Shades of Deep Cerise #DD3093

Tints of Deep Cerise #DD3093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.34%

R = 53.13%
G = 11.54%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD3093 (or 0xDD3093) is known color: Deep Cerise. HEX triplet: DD, 30 and 93. RGB value is (221,48,147). Sum of RGB (Red+Green+Blue) = 221+48+147=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3093 is #22CF6C. Grayscale: #6E6E6E. Windows color (decimal): -2281325 or 9646301. OLE color: 9646301.

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

Color convert

RGB 221 48 147 -
CMYK 0 0.78 0.33 0.13
HSL 325.66º 0.72% 0.53% -
HSV(B) 325.66º 0.78% 0.87% -
XYZ 36.14 19.59 29.48 -
YUV 111.01 148.31 206.45 -
System Red Green Blue C M Y K H S L
Decimal 221 48 147 0 0.78 0.33 0.13 325.66 0.72 0.53
Hex DD 30 93 0 4E 21 D 146 48 35
Octal 335 60 223 0 116 41 15 506 110 65
Binary 11011101 110000 10010011 0 1001110 100001 1101 101000110 1001000 110101

Color Harmonies of #DD3093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3093

Black with #DD3093

Text Example


Text Example

White with #DD3093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3093; }

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

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

background-color css

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

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

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

border-color css

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

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

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