Html Css Color HEX #DD2887 Deep Cerise

📋 copy color: '#DD2887'

red 221 ◦ green 40 ◦ blue 135

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

Shades of Deep Cerise #DD2887

Tints of Deep Cerise #DD2887

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.1%

 BLUE value IS 135 (53.13% from 255) = 34.09%

R = 55.81%
G = 10.1%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD2887 (or 0xDD2887) is known color: Deep Cerise. HEX triplet: DD, 28 and 87. RGB value is (221,40,135). Sum of RGB (Red+Green+Blue) = 221+40+135=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2887 is #22D778. Grayscale: #686868. Windows color (decimal): -2283385 or 8857821. OLE color: 8857821.

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

Color convert

RGB 221 40 135 -
CMYK 0 0.82 0.39 0.13
HSL 328.51º 0.73% 0.51% -
HSV(B) 328.51º 0.82% 0.87% -
XYZ 34.95 18.64 24.68 -
YUV 104.95 144.97 210.78 -
System Red Green Blue C M Y K H S L
Decimal 221 40 135 0 0.82 0.39 0.13 328.51 0.73 0.51
Hex DD 28 87 0 52 27 D 149 49 33
Octal 335 50 207 0 122 47 15 511 111 63
Binary 11011101 101000 10000111 0 1010010 100111 1101 101001001 1001001 110011

Color Harmonies of #DD2887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2887

Black with #DD2887

Text Example


Text Example

White with #DD2887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2887; }

 p { color: rgb(221,40,135); }

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

background-color css

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

 a { background-color: rgb(221,40,135); }

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

border-color css

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

 span { border-color: rgb(221,40,135); }

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