Html Css Color HEX #DD348C Deep Cerise

📋 copy color: '#DD348C'

red 221 ◦ green 52 ◦ blue 140

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

Shades of Deep Cerise #DD348C

Tints of Deep Cerise #DD348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.9%

R = 53.51%
G = 12.59%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD348C (or 0xDD348C) is known color: Deep Cerise. HEX triplet: DD, 34 and 8C. RGB value is (221,52,140). Sum of RGB (Red+Green+Blue) = 221+52+140=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD348C is #22CB73. Grayscale: #707070. Windows color (decimal): -2280308 or 9188573. OLE color: 9188573.

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

Color convert

RGB 221 52 140 -
CMYK 0 0.76 0.37 0.13
HSL 328.76º 0.71% 0.54% -
HSV(B) 328.76º 0.76% 0.87% -
XYZ 35.78 19.72 26.73 -
YUV 112.56 143.49 205.34 -
System Red Green Blue C M Y K H S L
Decimal 221 52 140 0 0.76 0.37 0.13 328.76 0.71 0.54
Hex DD 34 8C 0 4C 25 D 149 47 36
Octal 335 64 214 0 114 45 15 511 107 66
Binary 11011101 110100 10001100 0 1001100 100101 1101 101001001 1000111 110110

Color Harmonies of #DD348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD348C

Black with #DD348C

Text Example


Text Example

White with #DD348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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