Html Css Color HEX #DD4494 Deep Cerise

📋 copy color: '#DD4494'

red 221 ◦ green 68 ◦ blue 148

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

Shades of Deep Cerise #DD4494

Tints of Deep Cerise #DD4494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.56%

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

R = 50.57%
G = 15.56%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD4494 (or 0xDD4494) is known color: Deep Cerise. HEX triplet: DD, 44 and 94. RGB value is (221,68,148). Sum of RGB (Red+Green+Blue) = 221+68+148=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4494 is #22BB6B. Grayscale: #7A7A7A. Windows color (decimal): -2276204 or 9716957. OLE color: 9716957.

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

Color convert

RGB 221 68 148 -
CMYK 0 0.69 0.33 0.13
HSL 328.63º 0.69% 0.57% -
HSV(B) 328.63º 0.69% 0.87% -
XYZ 37.23 21.64 30.23 -
YUV 122.87 142.19 198 -
System Red Green Blue C M Y K H S L
Decimal 221 68 148 0 0.69 0.33 0.13 328.63 0.69 0.57
Hex DD 44 94 0 45 21 D 149 45 39
Octal 335 104 224 0 105 41 15 511 105 71
Binary 11011101 1000100 10010100 0 1000101 100001 1101 101001001 1000101 111001

Color Harmonies of #DD4494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4494

Black with #DD4494

Text Example


Text Example

White with #DD4494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4494; }

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

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

background-color css

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

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

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

border-color css

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

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

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