Html Css Color HEX #DD328D Deep Cerise

📋 copy color: '#DD328D'

red 221 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #DD328D

Tints of Deep Cerise #DD328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 53.64%
G = 12.14%
B = 34.22%

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

#DD328D (or 0xDD328D) is known color: Deep Cerise. HEX triplet: DD, 32 and 8D. RGB value is (221,50,141). Sum of RGB (Red+Green+Blue) = 221+50+141=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD328D is #22CD72. Grayscale: #6F6F6F. Windows color (decimal): -2280819 or 9253597. OLE color: 9253597.

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

Color convert

RGB 221 50 141 -
CMYK 0 0.77 0.36 0.13
HSL 328.07º 0.72% 0.53% -
HSV(B) 328.07º 0.77% 0.87% -
XYZ 35.77 19.58 27.09 -
YUV 111.5 144.65 206.1 -
System Red Green Blue C M Y K H S L
Decimal 221 50 141 0 0.77 0.36 0.13 328.07 0.72 0.53
Hex DD 32 8D 0 4D 24 D 148 48 35
Octal 335 62 215 0 115 44 15 510 110 65
Binary 11011101 110010 10001101 0 1001101 100100 1101 101001000 1001000 110101

Color Harmonies of #DD328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD328D

Black with #DD328D

Text Example


Text Example

White with #DD328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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