Html Css Color HEX #DD4295 Deep Cerise

📋 copy color: '#DD4295'

red 221 ◦ green 66 ◦ blue 149

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

Shades of Deep Cerise #DD4295

Tints of Deep Cerise #DD4295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.14%

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

R = 50.69%
G = 15.14%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD4295 (or 0xDD4295) is known color: Deep Cerise. HEX triplet: DD, 42 and 95. RGB value is (221,66,149). Sum of RGB (Red+Green+Blue) = 221+66+149=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4295 is #22BD6A. Grayscale: #797979. Windows color (decimal): -2276715 or 9781981. OLE color: 9781981.

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

Color convert

RGB 221 66 149 -
CMYK 0 0.70 0.33 0.13
HSL 327.87º 0.7% 0.56% -
HSV(B) 327.87º 0.7% 0.87% -
XYZ 37.19 21.44 30.61 -
YUV 121.81 143.35 198.75 -
System Red Green Blue C M Y K H S L
Decimal 221 66 149 0 0.70 0.33 0.13 327.87 0.7 0.56
Hex DD 42 95 0 46 21 D 148 46 38
Octal 335 102 225 0 106 41 15 510 106 70
Binary 11011101 1000010 10010101 0 1000110 100001 1101 101001000 1000110 111000

Color Harmonies of #DD4295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4295

Black with #DD4295

Text Example


Text Example

White with #DD4295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4295; }

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

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

background-color css

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

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

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

border-color css

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

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

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