Html Css Color HEX #DD2593 Deep Cerise

📋 copy color: '#DD2593'

red 221 ◦ green 37 ◦ blue 147

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

Shades of Deep Cerise #DD2593

Tints of Deep Cerise #DD2593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.14%

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

R = 54.57%
G = 9.14%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD2593 (or 0xDD2593) is known color: Deep Cerise. HEX triplet: DD, 25 and 93. RGB value is (221,37,147). Sum of RGB (Red+Green+Blue) = 221+37+147=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2593 is #22DA6C. Grayscale: #686868. Windows color (decimal): -2284141 or 9643485. OLE color: 9643485.

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

Color convert

RGB 221 37 147 -
CMYK 0 0.83 0.33 0.13
HSL 324.13º 0.73% 0.51% -
HSV(B) 324.13º 0.83% 0.87% -
XYZ 35.75 18.8 29.35 -
YUV 104.56 151.96 211.06 -
System Red Green Blue C M Y K H S L
Decimal 221 37 147 0 0.83 0.33 0.13 324.13 0.73 0.51
Hex DD 25 93 0 53 21 D 144 49 33
Octal 335 45 223 0 123 41 15 504 111 63
Binary 11011101 100101 10010011 0 1010011 100001 1101 101000100 1001001 110011

Color Harmonies of #DD2593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2593

Black with #DD2593

Text Example


Text Example

White with #DD2593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2593; }

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

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

background-color css

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

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

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

border-color css

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

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

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