Html Css Color HEX #DD2780 Deep Cerise

📋 copy color: '#DD2780'

red 221 ◦ green 39 ◦ blue 128

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

Shades of Deep Cerise #DD2780

Tints of Deep Cerise #DD2780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 56.96%
G = 10.05%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD2780 (or 0xDD2780) is known color: Deep Cerise. HEX triplet: DD, 27 and 80. RGB value is (221,39,128). Sum of RGB (Red+Green+Blue) = 221+39+128=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2780 is #22D87F. Grayscale: #676767. Windows color (decimal): -2283648 or 8398813. OLE color: 8398813.

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

Color convert

RGB 221 39 128 -
CMYK 0 0.82 0.42 0.13
HSL 330.66º 0.73% 0.51% -
HSV(B) 330.66º 0.82% 0.87% -
XYZ 34.44 18.38 22.15 -
YUV 103.56 141.8 211.76 -
System Red Green Blue C M Y K H S L
Decimal 221 39 128 0 0.82 0.42 0.13 330.66 0.73 0.51
Hex DD 27 80 0 52 2A D 14B 49 33
Octal 335 47 200 0 122 52 15 513 111 63
Binary 11011101 100111 10000000 0 1010010 101010 1101 101001011 1001001 110011

Color Harmonies of #DD2780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2780

Black with #DD2780

Text Example


Text Example

White with #DD2780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2780; }

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

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

background-color css

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

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

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

border-color css

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

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

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