Html Css Color HEX #DD3280 Deep Cerise

📋 copy color: '#DD3280'

red 221 ◦ green 50 ◦ blue 128

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

Shades of Deep Cerise #DD3280

Tints of Deep Cerise #DD3280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.53%

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

R = 55.39%
G = 12.53%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD3280 (or 0xDD3280) is known color: Deep Cerise. HEX triplet: DD, 32 and 80. RGB value is (221,50,128). Sum of RGB (Red+Green+Blue) = 221+50+128=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3280 is #22CD7F. Grayscale: #6D6D6D. Windows color (decimal): -2280832 or 8401629. OLE color: 8401629.

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

Color convert

RGB 221 50 128 -
CMYK 0 0.77 0.42 0.13
HSL 332.63º 0.72% 0.53% -
HSV(B) 332.63º 0.77% 0.87% -
XYZ 34.86 19.21 22.29 -
YUV 110.02 138.15 207.16 -
System Red Green Blue C M Y K H S L
Decimal 221 50 128 0 0.77 0.42 0.13 332.63 0.72 0.53
Hex DD 32 80 0 4D 2A D 14D 48 35
Octal 335 62 200 0 115 52 15 515 110 65
Binary 11011101 110010 10000000 0 1001101 101010 1101 101001101 1001000 110101

Color Harmonies of #DD3280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3280

Black with #DD3280

Text Example


Text Example

White with #DD3280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3280; }

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

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

background-color css

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

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

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

border-color css

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

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

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