Html Css Color HEX #DC367F Deep Cerise

📋 copy color: '#DC367F'

red 220 ◦ green 54 ◦ blue 127

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

Shades of Deep Cerise #DC367F

Tints of Deep Cerise #DC367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.47%

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

R = 54.86%
G = 13.47%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC367F (or 0xDC367F) is known color: Deep Cerise. HEX triplet: DC, 36 and 7F. RGB value is (220,54,127). Sum of RGB (Red+Green+Blue) = 220+54+127=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC367F is #23C980. Grayscale: #6F6F6F. Windows color (decimal): -2345345 or 8337116. OLE color: 8337116.

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

Color convert

RGB 220 54 127 -
CMYK 0 0.75 0.42 0.14
HSL 333.61º 0.7% 0.54% -
HSV(B) 333.61º 0.75% 0.86% -
XYZ 34.67 19.39 21.99 -
YUV 111.96 136.5 205.06 -
System Red Green Blue C M Y K H S L
Decimal 220 54 127 0 0.75 0.42 0.14 333.61 0.7 0.54
Hex DC 36 7F 0 4B 2A E 14E 46 36
Octal 334 66 177 0 113 52 16 516 106 66
Binary 11011100 110110 1111111 0 1001011 101010 1110 101001110 1000110 110110

Color Harmonies of #DC367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC367F

Black with #DC367F

Text Example


Text Example

White with #DC367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC367F; }

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

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

background-color css

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

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

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

border-color css

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

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

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