Html Css Color HEX #DD4396 Deep Cerise

📋 copy color: '#DD4396'

red 221 ◦ green 67 ◦ blue 150

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

Shades of Deep Cerise #DD4396

Tints of Deep Cerise #DD4396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.3%

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

R = 50.46%
G = 15.3%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD4396 (or 0xDD4396) is known color: Deep Cerise. HEX triplet: DD, 43 and 96. RGB value is (221,67,150). Sum of RGB (Red+Green+Blue) = 221+67+150=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4396 is #22BC69. Grayscale: #7A7A7A. Windows color (decimal): -2276458 or 9847773. OLE color: 9847773.

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

Color convert

RGB 221 67 150 -
CMYK 0 0.70 0.32 0.13
HSL 327.66º 0.69% 0.56% -
HSV(B) 327.66º 0.7% 0.87% -
XYZ 37.33 21.59 31.05 -
YUV 122.51 143.52 198.25 -
System Red Green Blue C M Y K H S L
Decimal 221 67 150 0 0.70 0.32 0.13 327.66 0.69 0.56
Hex DD 43 96 0 46 20 D 148 45 38
Octal 335 103 226 0 106 40 15 510 105 70
Binary 11011101 1000011 10010110 0 1000110 100000 1101 101001000 1000101 111000

Color Harmonies of #DD4396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4396

Black with #DD4396

Text Example


Text Example

White with #DD4396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4396; }

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

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

background-color css

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

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

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

border-color css

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

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

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