Html Css Color HEX #DC367E Deep Cerise

📋 copy color: '#DC367E'

red 220 ◦ green 54 ◦ blue 126

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

Shades of Deep Cerise #DC367E

Tints of Deep Cerise #DC367E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.5%

R = 55%
G = 13.5%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC367E (or 0xDC367E) is known color: Deep Cerise. HEX triplet: DC, 36 and 7E. RGB value is (220,54,126). Sum of RGB (Red+Green+Blue) = 220+54+126=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC367E is #23C981. Grayscale: #6F6F6F. Windows color (decimal): -2345346 or 8271580. OLE color: 8271580.

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

Color convert

RGB 220 54 126 -
CMYK 0 0.75 0.43 0.14
HSL 333.98º 0.7% 0.54% -
HSV(B) 333.98º 0.75% 0.86% -
XYZ 34.6 19.36 21.65 -
YUV 111.84 136 205.15 -
System Red Green Blue C M Y K H S L
Decimal 220 54 126 0 0.75 0.43 0.14 333.98 0.7 0.54
Hex DC 36 7E 0 4B 2B E 14E 46 36
Octal 334 66 176 0 113 53 16 516 106 66
Binary 11011100 110110 1111110 0 1001011 101011 1110 101001110 1000110 110110

Color Harmonies of #DC367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC367E

Black with #DC367E

Text Example


Text Example

White with #DC367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC367E; }

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

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

background-color css

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

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

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

border-color css

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

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

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