Html Css Color HEX #DD3880 Deep Cerise

📋 copy color: '#DD3880'

red 221 ◦ green 56 ◦ blue 128

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

Shades of Deep Cerise #DD3880

Tints of Deep Cerise #DD3880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.83%

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

R = 54.57%
G = 13.83%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD3880 (or 0xDD3880) is known color: Deep Cerise. HEX triplet: DD, 38 and 80. RGB value is (221,56,128). Sum of RGB (Red+Green+Blue) = 221+56+128=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3880 is #22C77F. Grayscale: #717171. Windows color (decimal): -2279296 or 8403165. OLE color: 8403165.

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

Color convert

RGB 221 56 128 -
CMYK 0 0.75 0.42 0.13
HSL 333.82º 0.71% 0.54% -
HSV(B) 333.82º 0.75% 0.87% -
XYZ 35.13 19.76 22.38 -
YUV 113.54 136.16 204.65 -
System Red Green Blue C M Y K H S L
Decimal 221 56 128 0 0.75 0.42 0.13 333.82 0.71 0.54
Hex DD 38 80 0 4B 2A D 14E 47 36
Octal 335 70 200 0 113 52 15 516 107 66
Binary 11011101 111000 10000000 0 1001011 101010 1101 101001110 1000111 110110

Color Harmonies of #DD3880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3880

Black with #DD3880

Text Example


Text Example

White with #DD3880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3880; }

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

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

background-color css

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

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

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

border-color css

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

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

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