Html Css Color HEX #DD2589 Deep Cerise

📋 copy color: '#DD2589'

red 221 ◦ green 37 ◦ blue 137

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

Shades of Deep Cerise #DD2589

Tints of Deep Cerise #DD2589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 55.95%
G = 9.37%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD2589 (or 0xDD2589) is known color: Deep Cerise. HEX triplet: DD, 25 and 89. RGB value is (221,37,137). Sum of RGB (Red+Green+Blue) = 221+37+137=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2589 is #22DA76. Grayscale: #676767. Windows color (decimal): -2284151 or 8988125. OLE color: 8988125.

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

Color convert

RGB 221 37 137 -
CMYK 0 0.83 0.38 0.13
HSL 327.39º 0.73% 0.51% -
HSV(B) 327.39º 0.83% 0.87% -
XYZ 35 18.5 25.39 -
YUV 103.42 146.96 211.87 -
System Red Green Blue C M Y K H S L
Decimal 221 37 137 0 0.83 0.38 0.13 327.39 0.73 0.51
Hex DD 25 89 0 53 26 D 147 49 33
Octal 335 45 211 0 123 46 15 507 111 63
Binary 11011101 100101 10001001 0 1010011 100110 1101 101000111 1001001 110011

Color Harmonies of #DD2589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2589

Black with #DD2589

Text Example


Text Example

White with #DD2589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2589; }

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

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

background-color css

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

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

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

border-color css

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

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

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