Html Css Color HEX #DD2E80 Deep Cerise

📋 copy color: '#DD2E80'

red 221 ◦ green 46 ◦ blue 128

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

Shades of Deep Cerise #DD2E80

Tints of Deep Cerise #DD2E80

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.65%

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

R = 55.95%
G = 11.65%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD2E80 (or 0xDD2E80) is known color: Deep Cerise. HEX triplet: DD, 2E and 80. RGB value is (221,46,128). Sum of RGB (Red+Green+Blue) = 221+46+128=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2E80 is #22D17F. Grayscale: #6B6B6B. Windows color (decimal): -2281856 or 8400605. OLE color: 8400605.

HSL color Cylindrical-coordinate representation of color #DD2E80: hue angle of 331.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2E80 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 46 128 -
CMYK 0 0.79 0.42 0.13
HSL 331.89º 0.72% 0.52% -
HSV(B) 331.89º 0.79% 0.87% -
XYZ 34.69 18.88 22.24 -
YUV 107.67 139.48 208.83 -
System Red Green Blue C M Y K H S L
Decimal 221 46 128 0 0.79 0.42 0.13 331.89 0.72 0.52
Hex DD 2E 80 0 4F 2A D 14C 48 34
Octal 335 56 200 0 117 52 15 514 110 64
Binary 11011101 101110 10000000 0 1001111 101010 1101 101001100 1001000 110100

Color Harmonies of #DD2E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2E80

Black with #DD2E80

Text Example


Text Example

White with #DD2E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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