Html Css Color HEX #DD2093 Deep Cerise

📋 copy color: '#DD2093'

red 221 ◦ green 32 ◦ blue 147

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

Shades of Deep Cerise #DD2093

Tints of Deep Cerise #DD2093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8%

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

R = 55.25%
G = 8%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD2093 (or 0xDD2093) is known color: Deep Cerise. HEX triplet: DD, 20 and 93. RGB value is (221,32,147). Sum of RGB (Red+Green+Blue) = 221+32+147=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2093 is #22DF6C. Grayscale: #656565. Windows color (decimal): -2285421 or 9642205. OLE color: 9642205.

HSL color Cylindrical-coordinate representation of color #DD2093: hue angle of 323.49º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2093 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 32 147 -
CMYK 0 0.86 0.33 0.13
HSL 323.49º 0.75% 0.5% -
HSV(B) 323.49º 0.86% 0.87% -
XYZ 35.6 18.51 29.3 -
YUV 101.62 153.62 213.15 -
System Red Green Blue C M Y K H S L
Decimal 221 32 147 0 0.86 0.33 0.13 323.49 0.75 0.5
Hex DD 20 93 0 56 21 D 143 4B 32
Octal 335 40 223 0 126 41 15 503 113 62
Binary 11011101 100000 10010011 0 1010110 100001 1101 101000011 1001011 110010

Color Harmonies of #DD2093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2093

Black with #DD2093

Text Example


Text Example

White with #DD2093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2093; }

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

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

background-color css

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

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

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

border-color css

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

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

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