Html Css Color HEX #DD4795 Deep Cerise

📋 copy color: '#DD4795'

red 221 ◦ green 71 ◦ blue 149

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

Shades of Deep Cerise #DD4795

Tints of Deep Cerise #DD4795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.1%

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

R = 50.11%
G = 16.1%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD4795 (or 0xDD4795) is known color: Deep Cerise. HEX triplet: DD, 47 and 95. RGB value is (221,71,149). Sum of RGB (Red+Green+Blue) = 221+71+149=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4795 is #22B86A. Grayscale: #7C7C7C. Windows color (decimal): -2275435 or 9783261. OLE color: 9783261.

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

Color convert

RGB 221 71 149 -
CMYK 0 0.68 0.33 0.13
HSL 328.8º 0.69% 0.57% -
HSV(B) 328.8º 0.68% 0.87% -
XYZ 37.5 22.05 30.71 -
YUV 124.74 141.7 196.66 -
System Red Green Blue C M Y K H S L
Decimal 221 71 149 0 0.68 0.33 0.13 328.8 0.69 0.57
Hex DD 47 95 0 44 21 D 149 45 39
Octal 335 107 225 0 104 41 15 511 105 71
Binary 11011101 1000111 10010101 0 1000100 100001 1101 101001001 1000101 111001

Color Harmonies of #DD4795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4795

Black with #DD4795

Text Example


Text Example

White with #DD4795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4795; }

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

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

background-color css

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

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

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

border-color css

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

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

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