Html Css Color HEX #DD3779 Deep Cerise

📋 copy color: '#DD3779'

red 221 ◦ green 55 ◦ blue 121

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

Shades of Deep Cerise #DD3779

Tints of Deep Cerise #DD3779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.85%

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

R = 55.67%
G = 13.85%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD3779 (or 0xDD3779) is known color: Deep Cerise. HEX triplet: DD, 37 and 79. RGB value is (221,55,121). Sum of RGB (Red+Green+Blue) = 221+55+121=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3779 is #22C886. Grayscale: #707070. Windows color (decimal): -2279559 or 7944157. OLE color: 7944157.

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

Color convert

RGB 221 55 121 -
CMYK 0 0.75 0.45 0.13
HSL 336.14º 0.71% 0.54% -
HSV(B) 336.14º 0.75% 0.87% -
XYZ 34.64 19.49 20.02 -
YUV 112.16 133 205.63 -
System Red Green Blue C M Y K H S L
Decimal 221 55 121 0 0.75 0.45 0.13 336.14 0.71 0.54
Hex DD 37 79 0 4B 2D D 150 47 36
Octal 335 67 171 0 113 55 15 520 107 66
Binary 11011101 110111 1111001 0 1001011 101101 1101 101010000 1000111 110110

Color Harmonies of #DD3779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3779

Black with #DD3779

Text Example


Text Example

White with #DD3779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3779; }

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

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

background-color css

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

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

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

border-color css

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

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

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