Html Css Color HEX #DD329F Deep Cerise

📋 copy color: '#DD329F'

red 221 ◦ green 50 ◦ blue 159

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

Shades of Deep Cerise #DD329F

Tints of Deep Cerise #DD329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 51.4%
G = 11.63%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD329F (or 0xDD329F) is known color: Deep Cerise. HEX triplet: DD, 32 and 9F. RGB value is (221,50,159). Sum of RGB (Red+Green+Blue) = 221+50+159=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD329F is #22CD60. Grayscale: #717171. Windows color (decimal): -2280801 or 10433245. OLE color: 10433245.

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

Color convert

RGB 221 50 159 -
CMYK 0 0.77 0.28 0.13
HSL 321.75º 0.72% 0.53% -
HSV(B) 321.75º 0.77% 0.87% -
XYZ 37.22 20.16 34.73 -
YUV 113.56 153.65 204.64 -
System Red Green Blue C M Y K H S L
Decimal 221 50 159 0 0.77 0.28 0.13 321.75 0.72 0.53
Hex DD 32 9F 0 4D 1C D 142 48 35
Octal 335 62 237 0 115 34 15 502 110 65
Binary 11011101 110010 10011111 0 1001101 11100 1101 101000010 1001000 110101

Color Harmonies of #DD329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD329F

Black with #DD329F

Text Example


Text Example

White with #DD329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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