Html Css Color HEX #DD4595 Deep Cerise

📋 copy color: '#DD4595'

red 221 ◦ green 69 ◦ blue 149

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

Shades of Deep Cerise #DD4595

Tints of Deep Cerise #DD4595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.94%

R = 50.34%
G = 15.72%
B = 33.94%

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

#DD4595 (or 0xDD4595) is known color: Deep Cerise. HEX triplet: DD, 45 and 95. RGB value is (221,69,149). Sum of RGB (Red+Green+Blue) = 221+69+149=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4595 is #22BA6A. Grayscale: #7B7B7B. Windows color (decimal): -2275947 or 9782749. OLE color: 9782749.

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

Color convert

RGB 221 69 149 -
CMYK 0 0.69 0.33 0.13
HSL 328.42º 0.69% 0.57% -
HSV(B) 328.42º 0.69% 0.87% -
XYZ 37.37 21.8 30.67 -
YUV 123.57 142.36 197.5 -
System Red Green Blue C M Y K H S L
Decimal 221 69 149 0 0.69 0.33 0.13 328.42 0.69 0.57
Hex DD 45 95 0 45 21 D 148 45 39
Octal 335 105 225 0 105 41 15 510 105 71
Binary 11011101 1000101 10010101 0 1000101 100001 1101 101001000 1000101 111001

Color Harmonies of #DD4595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4595

Black with #DD4595

Text Example


Text Example

White with #DD4595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4595; }

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

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

background-color css

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

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

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

border-color css

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

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

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