Html Css Color HEX #DD4196 Deep Cerise

📋 copy color: '#DD4196'

red 221 ◦ green 65 ◦ blue 150

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

Shades of Deep Cerise #DD4196

Tints of Deep Cerise #DD4196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.91%

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

R = 50.69%
G = 14.91%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD4196 (or 0xDD4196) is known color: Deep Cerise. HEX triplet: DD, 41 and 96. RGB value is (221,65,150). Sum of RGB (Red+Green+Blue) = 221+65+150=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4196 is #22BE69. Grayscale: #797979. Windows color (decimal): -2276970 or 9847261. OLE color: 9847261.

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

Color convert

RGB 221 65 150 -
CMYK 0 0.71 0.32 0.13
HSL 327.31º 0.7% 0.56% -
HSV(B) 327.31º 0.71% 0.87% -
XYZ 37.21 21.35 31.01 -
YUV 121.33 144.18 199.09 -
System Red Green Blue C M Y K H S L
Decimal 221 65 150 0 0.71 0.32 0.13 327.31 0.7 0.56
Hex DD 41 96 0 47 20 D 147 46 38
Octal 335 101 226 0 107 40 15 507 106 70
Binary 11011101 1000001 10010110 0 1000111 100000 1101 101000111 1000110 111000

Color Harmonies of #DD4196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4196

Black with #DD4196

Text Example


Text Example

White with #DD4196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4196; }

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

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

background-color css

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

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

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

border-color css

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

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

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