Html Css Color HEX #DD4394 Deep Cerise

📋 copy color: '#DD4394'

red 221 ◦ green 67 ◦ blue 148

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

Shades of Deep Cerise #DD4394

Tints of Deep Cerise #DD4394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.94%

R = 50.69%
G = 15.37%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD4394 (or 0xDD4394) is known color: Deep Cerise. HEX triplet: DD, 43 and 94. RGB value is (221,67,148). Sum of RGB (Red+Green+Blue) = 221+67+148=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4394 is #22BC6B. Grayscale: #7A7A7A. Windows color (decimal): -2276460 or 9716701. OLE color: 9716701.

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

Color convert

RGB 221 67 148 -
CMYK 0 0.70 0.33 0.13
HSL 328.44º 0.69% 0.56% -
HSV(B) 328.44º 0.7% 0.87% -
XYZ 37.17 21.52 30.21 -
YUV 122.28 142.52 198.41 -
System Red Green Blue C M Y K H S L
Decimal 221 67 148 0 0.70 0.33 0.13 328.44 0.69 0.56
Hex DD 43 94 0 46 21 D 148 45 38
Octal 335 103 224 0 106 41 15 510 105 70
Binary 11011101 1000011 10010100 0 1000110 100001 1101 101001000 1000101 111000

Color Harmonies of #DD4394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4394

Black with #DD4394

Text Example


Text Example

White with #DD4394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4394; }

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

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

background-color css

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

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

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

border-color css

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

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

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