Html Css Color HEX #DD328E Deep Cerise

📋 copy color: '#DD328E'

red 221 ◦ green 50 ◦ blue 142

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

Shades of Deep Cerise #DD328E

Tints of Deep Cerise #DD328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.11%

 BLUE value IS 142 (55.86% from 255) = 34.38%

R = 53.51%
G = 12.11%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD328E (or 0xDD328E) is known color: Deep Cerise. HEX triplet: DD, 32 and 8E. RGB value is (221,50,142). Sum of RGB (Red+Green+Blue) = 221+50+142=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD328E is #22CD71. Grayscale: #6F6F6F. Windows color (decimal): -2280818 or 9319133. OLE color: 9319133.

HSL color Cylindrical-coordinate representation of color #DD328E: hue angle of 327.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD328E is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 50 142 -
CMYK 0 0.77 0.36 0.13
HSL 327.72º 0.72% 0.53% -
HSV(B) 327.72º 0.77% 0.87% -
XYZ 35.84 19.61 27.49 -
YUV 111.62 145.15 206.02 -
System Red Green Blue C M Y K H S L
Decimal 221 50 142 0 0.77 0.36 0.13 327.72 0.72 0.53
Hex DD 32 8E 0 4D 24 D 148 48 35
Octal 335 62 216 0 115 44 15 510 110 65
Binary 11011101 110010 10001110 0 1001101 100100 1101 101001000 1001000 110101

Color Harmonies of #DD328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD328E

Black with #DD328E

Text Example


Text Example

White with #DD328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD328E; }

 p { color: rgb(221,50,142); }

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

background-color css

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

 a { background-color: rgb(221,50,142); }

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

border-color css

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

 span { border-color: rgb(221,50,142); }

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