Html Css Color HEX #DD2586 Deep Cerise

📋 copy color: '#DD2586'

red 221 ◦ green 37 ◦ blue 134

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

Shades of Deep Cerise #DD2586

Tints of Deep Cerise #DD2586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.18%

R = 56.38%
G = 9.44%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD2586 (or 0xDD2586) is known color: Deep Cerise. HEX triplet: DD, 25 and 86. RGB value is (221,37,134). Sum of RGB (Red+Green+Blue) = 221+37+134=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2586 is #22DA79. Grayscale: #666666. Windows color (decimal): -2284154 or 8791517. OLE color: 8791517.

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

Color convert

RGB 221 37 134 -
CMYK 0 0.83 0.39 0.13
HSL 328.37º 0.73% 0.51% -
HSV(B) 328.37º 0.83% 0.87% -
XYZ 34.78 18.42 24.28 -
YUV 103.07 145.46 212.11 -
System Red Green Blue C M Y K H S L
Decimal 221 37 134 0 0.83 0.39 0.13 328.37 0.73 0.51
Hex DD 25 86 0 53 27 D 148 49 33
Octal 335 45 206 0 123 47 15 510 111 63
Binary 11011101 100101 10000110 0 1010011 100111 1101 101001000 1001001 110011

Color Harmonies of #DD2586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2586

Black with #DD2586

Text Example


Text Example

White with #DD2586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2586; }

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

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

background-color css

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

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

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

border-color css

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

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

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