Html Css Color HEX #DD3080 Deep Cerise

📋 copy color: '#DD3080'

red 221 ◦ green 48 ◦ blue 128

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

Shades of Deep Cerise #DD3080

Tints of Deep Cerise #DD3080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.09%

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

R = 55.67%
G = 12.09%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD3080 (or 0xDD3080) is known color: Deep Cerise. HEX triplet: DD, 30 and 80. RGB value is (221,48,128). Sum of RGB (Red+Green+Blue) = 221+48+128=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3080 is #22CF7F. Grayscale: #6C6C6C. Windows color (decimal): -2281344 or 8401117. OLE color: 8401117.

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

Color convert

RGB 221 48 128 -
CMYK 0 0.78 0.42 0.13
HSL 332.25º 0.72% 0.53% -
HSV(B) 332.25º 0.78% 0.87% -
XYZ 34.77 19.04 22.27 -
YUV 108.85 138.81 208 -
System Red Green Blue C M Y K H S L
Decimal 221 48 128 0 0.78 0.42 0.13 332.25 0.72 0.53
Hex DD 30 80 0 4E 2A D 14C 48 35
Octal 335 60 200 0 116 52 15 514 110 65
Binary 11011101 110000 10000000 0 1001110 101010 1101 101001100 1001000 110101

Color Harmonies of #DD3080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3080

Black with #DD3080

Text Example


Text Example

White with #DD3080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3080; }

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

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

background-color css

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

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

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

border-color css

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

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

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