Html Css Color HEX #DD3079 Deep Cerise

📋 copy color: '#DD3079'

red 221 ◦ green 48 ◦ blue 121

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

Shades of Deep Cerise #DD3079

Tints of Deep Cerise #DD3079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.03%

R = 56.67%
G = 12.31%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD3079 (or 0xDD3079) is known color: Deep Cerise. HEX triplet: DD, 30 and 79. RGB value is (221,48,121). Sum of RGB (Red+Green+Blue) = 221+48+121=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3079 is #22CF86. Grayscale: #6B6B6B. Windows color (decimal): -2281351 or 7942365. OLE color: 7942365.

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

Color convert

RGB 221 48 121 -
CMYK 0 0.78 0.45 0.13
HSL 334.68º 0.72% 0.53% -
HSV(B) 334.68º 0.78% 0.87% -
XYZ 34.33 18.87 19.92 -
YUV 108.05 135.31 208.56 -
System Red Green Blue C M Y K H S L
Decimal 221 48 121 0 0.78 0.45 0.13 334.68 0.72 0.53
Hex DD 30 79 0 4E 2D D 14F 48 35
Octal 335 60 171 0 116 55 15 517 110 65
Binary 11011101 110000 1111001 0 1001110 101101 1101 101001111 1001000 110101

Color Harmonies of #DD3079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3079

Black with #DD3079

Text Example


Text Example

White with #DD3079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3079; }

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

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

background-color css

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

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

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

border-color css

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

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

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