Html Css Color HEX #DD3796 Deep Cerise

📋 copy color: '#DD3796'

red 221 ◦ green 55 ◦ blue 150

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

Shades of Deep Cerise #DD3796

Tints of Deep Cerise #DD3796

RGB

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

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

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

R = 51.88%
G = 12.91%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD3796 (or 0xDD3796) is known color: Deep Cerise. HEX triplet: DD, 37 and 96. RGB value is (221,55,150). Sum of RGB (Red+Green+Blue) = 221+55+150=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3796 is #22C869. Grayscale: #737373. Windows color (decimal): -2279530 or 9844701. OLE color: 9844701.

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

Color convert

RGB 221 55 150 -
CMYK 0 0.75 0.32 0.13
HSL 325.66º 0.71% 0.54% -
HSV(B) 325.66º 0.75% 0.87% -
XYZ 36.69 20.31 30.84 -
YUV 115.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 221 55 150 0 0.75 0.32 0.13 325.66 0.71 0.54
Hex DD 37 96 0 4B 20 D 146 47 36
Octal 335 67 226 0 113 40 15 506 107 66
Binary 11011101 110111 10010110 0 1001011 100000 1101 101000110 1000111 110110

Color Harmonies of #DD3796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3796

Black with #DD3796

Text Example


Text Example

White with #DD3796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3796; }

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

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

background-color css

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

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

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

border-color css

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

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

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