Html Css Color HEX #DD4796 Deep Cerise

📋 copy color: '#DD4796'

red 221 ◦ green 71 ◦ blue 150

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

Shades of Deep Cerise #DD4796

Tints of Deep Cerise #DD4796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.06%

 BLUE value IS 150 (58.98% from 255) = 33.94%

R = 50%
G = 16.06%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD4796 (or 0xDD4796) is known color: Deep Cerise. HEX triplet: DD, 47 and 96. RGB value is (221,71,150). Sum of RGB (Red+Green+Blue) = 221+71+150=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4796 is #22B869. Grayscale: #7C7C7C. Windows color (decimal): -2275434 or 9848797. OLE color: 9848797.

HSL color Cylindrical-coordinate representation of color #DD4796: hue angle of 328.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4796 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 71 150 -
CMYK 0 0.68 0.32 0.13
HSL 328.4º 0.69% 0.57% -
HSV(B) 328.4º 0.68% 0.87% -
XYZ 37.58 22.08 31.14 -
YUV 124.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 221 71 150 0 0.68 0.32 0.13 328.4 0.69 0.57
Hex DD 47 96 0 44 20 D 148 45 39
Octal 335 107 226 0 104 40 15 510 105 71
Binary 11011101 1000111 10010110 0 1000100 100000 1101 101001000 1000101 111001

Color Harmonies of #DD4796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4796

Black with #DD4796

Text Example


Text Example

White with #DD4796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4796; }

 p { color: rgb(221,71,150); }

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

background-color css

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

 a { background-color: rgb(221,71,150); }

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

border-color css

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

 span { border-color: rgb(221,71,150); }

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