Html Css Color HEX #DD347C Deep Cerise

📋 copy color: '#DD347C'

red 221 ◦ green 52 ◦ blue 124

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

Shades of Deep Cerise #DD347C

Tints of Deep Cerise #DD347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.1%

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 55.67%
G = 13.1%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD347C (or 0xDD347C) is known color: Deep Cerise. HEX triplet: DD, 34 and 7C. RGB value is (221,52,124). Sum of RGB (Red+Green+Blue) = 221+52+124=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD347C is #22CB83. Grayscale: #6E6E6E. Windows color (decimal): -2280324 or 8139997. OLE color: 8139997.

HSL color Cylindrical-coordinate representation of color #DD347C: hue angle of 334.44º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD347C is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 52 124 -
CMYK 0 0.76 0.44 0.13
HSL 334.44º 0.71% 0.54% -
HSV(B) 334.44º 0.76% 0.87% -
XYZ 34.68 19.28 20.96 -
YUV 110.74 135.49 206.65 -
System Red Green Blue C M Y K H S L
Decimal 221 52 124 0 0.76 0.44 0.13 334.44 0.71 0.54
Hex DD 34 7C 0 4C 2C D 14E 47 36
Octal 335 64 174 0 114 54 15 516 107 66
Binary 11011101 110100 1111100 0 1001100 101100 1101 101001110 1000111 110110

Color Harmonies of #DD347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD347C

Black with #DD347C

Text Example


Text Example

White with #DD347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD347C; }

 p { color: rgb(221,52,124); }

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

background-color css

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

 a { background-color: rgb(221,52,124); }

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

border-color css

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

 span { border-color: rgb(221,52,124); }

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