Html Css Color HEX #DD349D Deep Cerise

📋 copy color: '#DD349D'

red 221 ◦ green 52 ◦ blue 157

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

Shades of Deep Cerise #DD349D

Tints of Deep Cerise #DD349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 51.4%
G = 12.09%
B = 36.51%

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

#DD349D (or 0xDD349D) is known color: Deep Cerise. HEX triplet: DD, 34 and 9D. RGB value is (221,52,157). Sum of RGB (Red+Green+Blue) = 221+52+157=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD349D is #22CB62. Grayscale: #727272. Windows color (decimal): -2280291 or 10302685. OLE color: 10302685.

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

Color convert

RGB 221 52 157 -
CMYK 0 0.76 0.29 0.13
HSL 322.72º 0.71% 0.54% -
HSV(B) 322.72º 0.76% 0.87% -
XYZ 37.13 20.26 33.85 -
YUV 114.5 151.99 203.96 -
System Red Green Blue C M Y K H S L
Decimal 221 52 157 0 0.76 0.29 0.13 322.72 0.71 0.54
Hex DD 34 9D 0 4C 1D D 143 47 36
Octal 335 64 235 0 114 35 15 503 107 66
Binary 11011101 110100 10011101 0 1001100 11101 1101 101000011 1000111 110110

Color Harmonies of #DD349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD349D

Black with #DD349D

Text Example


Text Example

White with #DD349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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