Html Css Color HEX #DD2993 Deep Cerise

📋 copy color: '#DD2993'

red 221 ◦ green 41 ◦ blue 147

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

Shades of Deep Cerise #DD2993

Tints of Deep Cerise #DD2993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.02%

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

R = 54.03%
G = 10.02%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD2993 (or 0xDD2993) is known color: Deep Cerise. HEX triplet: DD, 29 and 93. RGB value is (221,41,147). Sum of RGB (Red+Green+Blue) = 221+41+147=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2993 is #22D66C. Grayscale: #6A6A6A. Windows color (decimal): -2283117 or 9644509. OLE color: 9644509.

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

Color convert

RGB 221 41 147 -
CMYK 0 0.81 0.33 0.13
HSL 324.67º 0.73% 0.51% -
HSV(B) 324.67º 0.81% 0.87% -
XYZ 35.88 19.06 29.39 -
YUV 106.9 150.63 209.38 -
System Red Green Blue C M Y K H S L
Decimal 221 41 147 0 0.81 0.33 0.13 324.67 0.73 0.51
Hex DD 29 93 0 51 21 D 145 49 33
Octal 335 51 223 0 121 41 15 505 111 63
Binary 11011101 101001 10010011 0 1010001 100001 1101 101000101 1001001 110011

Color Harmonies of #DD2993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2993

Black with #DD2993

Text Example


Text Example

White with #DD2993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2993; }

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

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

background-color css

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

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

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

border-color css

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

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

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