Html Css Color HEX #DD349C Deep Cerise

📋 copy color: '#DD349C'

red 221 ◦ green 52 ◦ blue 156

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

Shades of Deep Cerise #DD349C

Tints of Deep Cerise #DD349C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.36%

R = 51.52%
G = 12.12%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD349C (or 0xDD349C) is known color: Deep Cerise. HEX triplet: DD, 34 and 9C. RGB value is (221,52,156). Sum of RGB (Red+Green+Blue) = 221+52+156=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD349C is #22CB63. Grayscale: #727272. Windows color (decimal): -2280292 or 10237149. OLE color: 10237149.

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

Color convert

RGB 221 52 156 -
CMYK 0 0.76 0.29 0.13
HSL 323.08º 0.71% 0.54% -
HSV(B) 323.08º 0.76% 0.87% -
XYZ 37.05 20.23 33.4 -
YUV 114.39 151.49 204.04 -
System Red Green Blue C M Y K H S L
Decimal 221 52 156 0 0.76 0.29 0.13 323.08 0.71 0.54
Hex DD 34 9C 0 4C 1D D 143 47 36
Octal 335 64 234 0 114 35 15 503 107 66
Binary 11011101 110100 10011100 0 1001100 11101 1101 101000011 1000111 110110

Color Harmonies of #DD349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD349C

Black with #DD349C

Text Example


Text Example

White with #DD349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD349C; }

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

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

background-color css

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

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

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

border-color css

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

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

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