Html Css Color HEX #DD328B Deep Cerise

📋 copy color: '#DD328B'

red 221 ◦ green 50 ◦ blue 139

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

Shades of Deep Cerise #DD328B

Tints of Deep Cerise #DD328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 53.9%
G = 12.2%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD328B (or 0xDD328B) is known color: Deep Cerise. HEX triplet: DD, 32 and 8B. RGB value is (221,50,139). Sum of RGB (Red+Green+Blue) = 221+50+139=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD328B is #22CD74. Grayscale: #6F6F6F. Windows color (decimal): -2280821 or 9122525. OLE color: 9122525.

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

Color convert

RGB 221 50 139 -
CMYK 0 0.77 0.37 0.13
HSL 328.77º 0.72% 0.53% -
HSV(B) 328.77º 0.77% 0.87% -
XYZ 35.62 19.52 26.32 -
YUV 111.28 143.65 206.26 -
System Red Green Blue C M Y K H S L
Decimal 221 50 139 0 0.77 0.37 0.13 328.77 0.72 0.53
Hex DD 32 8B 0 4D 25 D 149 48 35
Octal 335 62 213 0 115 45 15 511 110 65
Binary 11011101 110010 10001011 0 1001101 100101 1101 101001001 1001000 110101

Color Harmonies of #DD328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD328B

Black with #DD328B

Text Example


Text Example

White with #DD328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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