Html Css Color HEX #DD4593 Deep Cerise

📋 copy color: '#DD4593'

red 221 ◦ green 69 ◦ blue 147

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

Shades of Deep Cerise #DD4593

Tints of Deep Cerise #DD4593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.79%

 BLUE value IS 147 (57.81% from 255) = 33.64%

R = 50.57%
G = 15.79%
B = 33.64%

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

#DD4593 (or 0xDD4593) is known color: Deep Cerise. HEX triplet: DD, 45 and 93. RGB value is (221,69,147). Sum of RGB (Red+Green+Blue) = 221+69+147=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4593 is #22BA6C. Grayscale: #7B7B7B. Windows color (decimal): -2275949 or 9651677. OLE color: 9651677.

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

Color convert

RGB 221 69 147 -
CMYK 0 0.69 0.33 0.13
HSL 329.21º 0.69% 0.57% -
HSV(B) 329.21º 0.69% 0.87% -
XYZ 37.21 21.73 29.84 -
YUV 123.34 141.36 197.66 -
System Red Green Blue C M Y K H S L
Decimal 221 69 147 0 0.69 0.33 0.13 329.21 0.69 0.57
Hex DD 45 93 0 45 21 D 149 45 39
Octal 335 105 223 0 105 41 15 511 105 71
Binary 11011101 1000101 10010011 0 1000101 100001 1101 101001001 1000101 111001

Color Harmonies of #DD4593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4593

Black with #DD4593

Text Example


Text Example

White with #DD4593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4593; }

 p { color: rgb(221,69,147); }

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

background-color css

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

 a { background-color: rgb(221,69,147); }

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

border-color css

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

 span { border-color: rgb(221,69,147); }

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