Html Css Color HEX #DC357F Deep Cerise

📋 copy color: '#DC357F'

red 220 ◦ green 53 ◦ blue 127

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

Shades of Deep Cerise #DC357F

Tints of Deep Cerise #DC357F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.75%

R = 55%
G = 13.25%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC357F (or 0xDC357F) is known color: Deep Cerise. HEX triplet: DC, 35 and 7F. RGB value is (220,53,127). Sum of RGB (Red+Green+Blue) = 220+53+127=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC357F is #23CA80. Grayscale: #6F6F6F. Windows color (decimal): -2345601 or 8336860. OLE color: 8336860.

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

Color convert

RGB 220 53 127 -
CMYK 0 0.76 0.42 0.14
HSL 333.41º 0.7% 0.54% -
HSV(B) 333.41º 0.76% 0.86% -
XYZ 34.62 19.29 21.98 -
YUV 111.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 220 53 127 0 0.76 0.42 0.14 333.41 0.7 0.54
Hex DC 35 7F 0 4C 2A E 14D 46 36
Octal 334 65 177 0 114 52 16 515 106 66
Binary 11011100 110101 1111111 0 1001100 101010 1110 101001101 1000110 110110

Color Harmonies of #DC357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC357F

Black with #DC357F

Text Example


Text Example

White with #DC357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC357F; }

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

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

background-color css

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

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

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

border-color css

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

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

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