Html Css Color HEX #DD4592 Deep Cerise

📋 copy color: '#DD4592'

red 221 ◦ green 69 ◦ blue 146

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

Shades of Deep Cerise #DD4592

Tints of Deep Cerise #DD4592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.49%

R = 50.69%
G = 15.83%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD4592 (or 0xDD4592) is known color: Deep Cerise. HEX triplet: DD, 45 and 92. RGB value is (221,69,146). Sum of RGB (Red+Green+Blue) = 221+69+146=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4592 is #22BA6D. Grayscale: #7B7B7B. Windows color (decimal): -2275950 or 9586141. OLE color: 9586141.

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

Color convert

RGB 221 69 146 -
CMYK 0 0.69 0.34 0.13
HSL 329.61º 0.69% 0.57% -
HSV(B) 329.61º 0.69% 0.87% -
XYZ 37.14 21.7 29.43 -
YUV 123.23 140.86 197.74 -
System Red Green Blue C M Y K H S L
Decimal 221 69 146 0 0.69 0.34 0.13 329.61 0.69 0.57
Hex DD 45 92 0 45 22 D 14A 45 39
Octal 335 105 222 0 105 42 15 512 105 71
Binary 11011101 1000101 10010010 0 1000101 100010 1101 101001010 1000101 111001

Color Harmonies of #DD4592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4592

Black with #DD4592

Text Example


Text Example

White with #DD4592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4592; }

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

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

background-color css

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

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

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

border-color css

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

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

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