Html Css Color HEX #DD3279 Deep Cerise

📋 copy color: '#DD3279'

red 221 ◦ green 50 ◦ blue 121

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

Shades of Deep Cerise #DD3279

Tints of Deep Cerise #DD3279

RGB

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

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

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

R = 56.38%
G = 12.76%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD3279 (or 0xDD3279) is known color: Deep Cerise. HEX triplet: DD, 32 and 79. RGB value is (221,50,121). Sum of RGB (Red+Green+Blue) = 221+50+121=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3279 is #22CD86. Grayscale: #6D6D6D. Windows color (decimal): -2280839 or 7942877. OLE color: 7942877.

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

Color convert

RGB 221 50 121 -
CMYK 0 0.77 0.45 0.13
HSL 335.09º 0.72% 0.53% -
HSV(B) 335.09º 0.77% 0.87% -
XYZ 34.41 19.03 19.95 -
YUV 109.22 134.65 207.73 -
System Red Green Blue C M Y K H S L
Decimal 221 50 121 0 0.77 0.45 0.13 335.09 0.72 0.53
Hex DD 32 79 0 4D 2D D 14F 48 35
Octal 335 62 171 0 115 55 15 517 110 65
Binary 11011101 110010 1111001 0 1001101 101101 1101 101001111 1001000 110101

Color Harmonies of #DD3279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3279

Black with #DD3279

Text Example


Text Example

White with #DD3279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3279; }

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

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

background-color css

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

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

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

border-color css

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

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

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