Html Css Color HEX #DD2987 Deep Cerise

📋 copy color: '#DD2987'

red 221 ◦ green 41 ◦ blue 135

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

Shades of Deep Cerise #DD2987

Tints of Deep Cerise #DD2987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.33%

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

R = 55.67%
G = 10.33%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD2987 (or 0xDD2987) is known color: Deep Cerise. HEX triplet: DD, 29 and 87. RGB value is (221,41,135). Sum of RGB (Red+Green+Blue) = 221+41+135=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2987 is #22D678. Grayscale: #696969. Windows color (decimal): -2283129 or 8858077. OLE color: 8858077.

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

Color convert

RGB 221 41 135 -
CMYK 0 0.81 0.39 0.13
HSL 328.67º 0.73% 0.51% -
HSV(B) 328.67º 0.81% 0.87% -
XYZ 34.98 18.71 24.69 -
YUV 105.54 144.63 210.36 -
System Red Green Blue C M Y K H S L
Decimal 221 41 135 0 0.81 0.39 0.13 328.67 0.73 0.51
Hex DD 29 87 0 51 27 D 149 49 33
Octal 335 51 207 0 121 47 15 511 111 63
Binary 11011101 101001 10000111 0 1010001 100111 1101 101001001 1001001 110011

Color Harmonies of #DD2987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2987

Black with #DD2987

Text Example


Text Example

White with #DD2987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2987; }

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

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

background-color css

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

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

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

border-color css

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

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

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