Html Css Color HEX #DD2893 Deep Cerise

📋 copy color: '#DD2893'

red 221 ◦ green 40 ◦ blue 147

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

Shades of Deep Cerise #DD2893

Tints of Deep Cerise #DD2893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.8%

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

R = 54.17%
G = 9.8%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD2893 (or 0xDD2893) is known color: Deep Cerise. HEX triplet: DD, 28 and 93. RGB value is (221,40,147). Sum of RGB (Red+Green+Blue) = 221+40+147=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2893 is #22D76C. Grayscale: #6A6A6A. Windows color (decimal): -2283373 or 9644253. OLE color: 9644253.

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

Color convert

RGB 221 40 147 -
CMYK 0 0.82 0.33 0.13
HSL 324.53º 0.73% 0.51% -
HSV(B) 324.53º 0.82% 0.87% -
XYZ 35.84 19 29.38 -
YUV 106.32 150.97 209.8 -
System Red Green Blue C M Y K H S L
Decimal 221 40 147 0 0.82 0.33 0.13 324.53 0.73 0.51
Hex DD 28 93 0 52 21 D 145 49 33
Octal 335 50 223 0 122 41 15 505 111 63
Binary 11011101 101000 10010011 0 1010010 100001 1101 101000101 1001001 110011

Color Harmonies of #DD2893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2893

Black with #DD2893

Text Example


Text Example

White with #DD2893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2893; }

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

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

background-color css

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

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

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

border-color css

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

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

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