Html Css Color HEX #DD2590 Deep Cerise

📋 copy color: '#DD2590'

red 221 ◦ green 37 ◦ blue 144

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

Shades of Deep Cerise #DD2590

Tints of Deep Cerise #DD2590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 54.98%
G = 9.2%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD2590 (or 0xDD2590) is known color: Deep Cerise. HEX triplet: DD, 25 and 90. RGB value is (221,37,144). Sum of RGB (Red+Green+Blue) = 221+37+144=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2590 is #22DA6F. Grayscale: #676767. Windows color (decimal): -2284144 or 9446877. OLE color: 9446877.

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

Color convert

RGB 221 37 144 -
CMYK 0 0.83 0.35 0.13
HSL 325.11º 0.73% 0.51% -
HSV(B) 325.11º 0.83% 0.87% -
XYZ 35.51 18.71 28.12 -
YUV 104.21 150.46 211.3 -
System Red Green Blue C M Y K H S L
Decimal 221 37 144 0 0.83 0.35 0.13 325.11 0.73 0.51
Hex DD 25 90 0 53 23 D 145 49 33
Octal 335 45 220 0 123 43 15 505 111 63
Binary 11011101 100101 10010000 0 1010011 100011 1101 101000101 1001001 110011

Color Harmonies of #DD2590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2590

Black with #DD2590

Text Example


Text Example

White with #DD2590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2590; }

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

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

background-color css

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

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

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

border-color css

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

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

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