Html Css Color HEX #DC357D Deep Cerise

📋 copy color: '#DC357D'

red 220 ◦ green 53 ◦ blue 125

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

Shades of Deep Cerise #DC357D

Tints of Deep Cerise #DC357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.32%

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 55.28%
G = 13.32%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC357D (or 0xDC357D) is known color: Deep Cerise. HEX triplet: DC, 35 and 7D. RGB value is (220,53,125). Sum of RGB (Red+Green+Blue) = 220+53+125=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC357D is #23CA82. Grayscale: #6F6F6F. Windows color (decimal): -2345603 or 8205788. OLE color: 8205788.

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

Color convert

RGB 220 53 125 -
CMYK 0 0.76 0.43 0.14
HSL 334.13º 0.7% 0.54% -
HSV(B) 334.13º 0.76% 0.86% -
XYZ 34.49 19.24 21.3 -
YUV 111.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 220 53 125 0 0.76 0.43 0.14 334.13 0.7 0.54
Hex DC 35 7D 0 4C 2B E 14E 46 36
Octal 334 65 175 0 114 53 16 516 106 66
Binary 11011100 110101 1111101 0 1001100 101011 1110 101001110 1000110 110110

Color Harmonies of #DC357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC357D

Black with #DC357D

Text Example


Text Example

White with #DC357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC357D; }

 p { color: rgb(220,53,125); }

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

background-color css

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

 a { background-color: rgb(220,53,125); }

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

border-color css

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

 span { border-color: rgb(220,53,125); }

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