Html Css Color HEX #DD329B Deep Cerise

📋 copy color: '#DD329B'

red 221 ◦ green 50 ◦ blue 155

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

Shades of Deep Cerise #DD329B

Tints of Deep Cerise #DD329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 51.88%
G = 11.74%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD329B (or 0xDD329B) is known color: Deep Cerise. HEX triplet: DD, 32 and 9B. RGB value is (221,50,155). Sum of RGB (Red+Green+Blue) = 221+50+155=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD329B is #22CD64. Grayscale: #707070. Windows color (decimal): -2280805 or 10171101. OLE color: 10171101.

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

Color convert

RGB 221 50 155 -
CMYK 0 0.77 0.30 0.13
HSL 323.16º 0.72% 0.53% -
HSV(B) 323.16º 0.77% 0.87% -
XYZ 36.88 20.02 32.93 -
YUV 113.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 221 50 155 0 0.77 0.30 0.13 323.16 0.72 0.53
Hex DD 32 9B 0 4D 1E D 143 48 35
Octal 335 62 233 0 115 36 15 503 110 65
Binary 11011101 110010 10011011 0 1001101 11110 1101 101000011 1001000 110101

Color Harmonies of #DD329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD329B

Black with #DD329B

Text Example


Text Example

White with #DD329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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