Html Css Color HEX #DD328F Deep Cerise

📋 copy color: '#DD328F'

red 221 ◦ green 50 ◦ blue 143

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

Shades of Deep Cerise #DD328F

Tints of Deep Cerise #DD328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 53.38%
G = 12.08%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD328F (or 0xDD328F) is known color: Deep Cerise. HEX triplet: DD, 32 and 8F. RGB value is (221,50,143). Sum of RGB (Red+Green+Blue) = 221+50+143=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD328F is #22CD70. Grayscale: #6F6F6F. Windows color (decimal): -2280817 or 9384669. OLE color: 9384669.

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

Color convert

RGB 221 50 143 -
CMYK 0 0.77 0.35 0.13
HSL 327.37º 0.72% 0.53% -
HSV(B) 327.37º 0.77% 0.87% -
XYZ 35.92 19.64 27.88 -
YUV 111.73 145.65 205.94 -
System Red Green Blue C M Y K H S L
Decimal 221 50 143 0 0.77 0.35 0.13 327.37 0.72 0.53
Hex DD 32 8F 0 4D 23 D 147 48 35
Octal 335 62 217 0 115 43 15 507 110 65
Binary 11011101 110010 10001111 0 1001101 100011 1101 101000111 1001000 110101

Color Harmonies of #DD328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD328F

Black with #DD328F

Text Example


Text Example

White with #DD328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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