Html Css Color HEX #DD2584 Deep Cerise

📋 copy color: '#DD2584'

red 221 ◦ green 37 ◦ blue 132

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

Shades of Deep Cerise #DD2584

Tints of Deep Cerise #DD2584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 56.67%
G = 9.49%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD2584 (or 0xDD2584) is known color: Deep Cerise. HEX triplet: DD, 25 and 84. RGB value is (221,37,132). Sum of RGB (Red+Green+Blue) = 221+37+132=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2584 is #22DA7B. Grayscale: #666666. Windows color (decimal): -2284156 or 8660445. OLE color: 8660445.

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

Color convert

RGB 221 37 132 -
CMYK 0 0.83 0.40 0.13
HSL 329.02º 0.73% 0.51% -
HSV(B) 329.02º 0.83% 0.87% -
XYZ 34.65 18.36 23.55 -
YUV 102.85 144.46 212.28 -
System Red Green Blue C M Y K H S L
Decimal 221 37 132 0 0.83 0.40 0.13 329.02 0.73 0.51
Hex DD 25 84 0 53 28 D 149 49 33
Octal 335 45 204 0 123 50 15 511 111 63
Binary 11011101 100101 10000100 0 1010011 101000 1101 101001001 1001001 110011

Color Harmonies of #DD2584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2584

Black with #DD2584

Text Example


Text Example

White with #DD2584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2584; }

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

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

background-color css

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

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

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

border-color css

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

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

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