Html Css Color HEX #DD2788 Deep Cerise

📋 copy color: '#DD2788'

red 221 ◦ green 39 ◦ blue 136

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

Shades of Deep Cerise #DD2788

Tints of Deep Cerise #DD2788

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.85%

 BLUE value IS 136 (53.52% from 255) = 34.34%

R = 55.81%
G = 9.85%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD2788 (or 0xDD2788) is known color: Deep Cerise. HEX triplet: DD, 27 and 88. RGB value is (221,39,136). Sum of RGB (Red+Green+Blue) = 221+39+136=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2788 is #22D877. Grayscale: #686868. Windows color (decimal): -2283640 or 8923101. OLE color: 8923101.

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

Color convert

RGB 221 39 136 -
CMYK 0 0.82 0.38 0.13
HSL 328.02º 0.73% 0.51% -
HSV(B) 328.02º 0.82% 0.87% -
XYZ 34.99 18.6 25.04 -
YUV 104.48 145.8 211.11 -
System Red Green Blue C M Y K H S L
Decimal 221 39 136 0 0.82 0.38 0.13 328.02 0.73 0.51
Hex DD 27 88 0 52 26 D 148 49 33
Octal 335 47 210 0 122 46 15 510 111 63
Binary 11011101 100111 10001000 0 1010010 100110 1101 101001000 1001001 110011

Color Harmonies of #DD2788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2788

Black with #DD2788

Text Example


Text Example

White with #DD2788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2788; }

 p { color: rgb(221,39,136); }

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

background-color css

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

 a { background-color: rgb(221,39,136); }

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

border-color css

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

 span { border-color: rgb(221,39,136); }

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