Html Css Color HEX #DD327A Deep Cerise

📋 copy color: '#DD327A'

red 221 ◦ green 50 ◦ blue 122

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

Shades of Deep Cerise #DD327A

Tints of Deep Cerise #DD327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 56.23%
G = 12.72%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD327A (or 0xDD327A) is known color: Deep Cerise. HEX triplet: DD, 32 and 7A. RGB value is (221,50,122). Sum of RGB (Red+Green+Blue) = 221+50+122=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD327A is #22CD85. Grayscale: #6D6D6D. Windows color (decimal): -2280838 or 8008413. OLE color: 8008413.

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

Color convert

RGB 221 50 122 -
CMYK 0 0.77 0.45 0.13
HSL 334.74º 0.72% 0.53% -
HSV(B) 334.74º 0.77% 0.87% -
XYZ 34.47 19.06 20.27 -
YUV 109.34 135.15 207.65 -
System Red Green Blue C M Y K H S L
Decimal 221 50 122 0 0.77 0.45 0.13 334.74 0.72 0.53
Hex DD 32 7A 0 4D 2D D 14F 48 35
Octal 335 62 172 0 115 55 15 517 110 65
Binary 11011101 110010 1111010 0 1001101 101101 1101 101001111 1001000 110101

Color Harmonies of #DD327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD327A

Black with #DD327A

Text Example


Text Example

White with #DD327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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