Html Css Color HEX #DC348D Deep Cerise

📋 copy color: '#DC348D'

red 220 ◦ green 52 ◦ blue 141

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

Shades of Deep Cerise #DC348D

Tints of Deep Cerise #DC348D

RGB

 RED value IS 220 (86.33% from 255) = 53.27%

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

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 53.27%
G = 12.59%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC348D (or 0xDC348D) is known color: Deep Cerise. HEX triplet: DC, 34 and 8D. RGB value is (220,52,141). Sum of RGB (Red+Green+Blue) = 220+52+141=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC348D is #23CB72. Grayscale: #707070. Windows color (decimal): -2345843 or 9254108. OLE color: 9254108.

HSL color Cylindrical-coordinate representation of color #DC348D: hue angle of 328.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC348D is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 52 141 -
CMYK 0 0.76 0.36 0.14
HSL 328.21º 0.71% 0.53% -
HSV(B) 328.21º 0.76% 0.86% -
XYZ 35.55 19.59 27.11 -
YUV 112.38 144.16 204.76 -
System Red Green Blue C M Y K H S L
Decimal 220 52 141 0 0.76 0.36 0.14 328.21 0.71 0.53
Hex DC 34 8D 0 4C 24 E 148 47 35
Octal 334 64 215 0 114 44 16 510 107 65
Binary 11011100 110100 10001101 0 1001100 100100 1110 101001000 1000111 110101

Color Harmonies of #DC348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC348D

Black with #DC348D

Text Example


Text Example

White with #DC348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC348D; }

 p { color: rgb(220,52,141); }

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

background-color css

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

 a { background-color: rgb(220,52,141); }

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

border-color css

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

 span { border-color: rgb(220,52,141); }

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