Html Css Color HEX #DD4095 Deep Cerise

📋 copy color: '#DD4095'

red 221 ◦ green 64 ◦ blue 149

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

Shades of Deep Cerise #DD4095

Tints of Deep Cerise #DD4095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.75%

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

R = 50.92%
G = 14.75%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD4095 (or 0xDD4095) is known color: Deep Cerise. HEX triplet: DD, 40 and 95. RGB value is (221,64,149). Sum of RGB (Red+Green+Blue) = 221+64+149=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4095 is #22BF6A. Grayscale: #787878. Windows color (decimal): -2277227 or 9781469. OLE color: 9781469.

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

Color convert

RGB 221 64 149 -
CMYK 0 0.71 0.33 0.13
HSL 327.52º 0.7% 0.56% -
HSV(B) 327.52º 0.71% 0.87% -
XYZ 37.08 21.21 30.57 -
YUV 120.63 144.01 199.59 -
System Red Green Blue C M Y K H S L
Decimal 221 64 149 0 0.71 0.33 0.13 327.52 0.7 0.56
Hex DD 40 95 0 47 21 D 148 46 38
Octal 335 100 225 0 107 41 15 510 106 70
Binary 11011101 1000000 10010101 0 1000111 100001 1101 101001000 1000110 111000

Color Harmonies of #DD4095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4095

Black with #DD4095

Text Example


Text Example

White with #DD4095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4095; }

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

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

background-color css

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

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

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

border-color css

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

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

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