Html Css Color HEX #DC367D Deep Cerise

📋 copy color: '#DC367D'

red 220 ◦ green 54 ◦ blue 125

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

Shades of Deep Cerise #DC367D

Tints of Deep Cerise #DC367D

RGB

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

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

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

R = 55.14%
G = 13.53%
B = 31.33%

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

#DC367D (or 0xDC367D) is known color: Deep Cerise. HEX triplet: DC, 36 and 7D. RGB value is (220,54,125). Sum of RGB (Red+Green+Blue) = 220+54+125=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC367D is #23C982. Grayscale: #6F6F6F. Windows color (decimal): -2345347 or 8206044. OLE color: 8206044.

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

Color convert

RGB 220 54 125 -
CMYK 0 0.75 0.43 0.14
HSL 334.34º 0.7% 0.54% -
HSV(B) 334.34º 0.75% 0.86% -
XYZ 34.54 19.33 21.31 -
YUV 111.73 135.5 205.23 -
System Red Green Blue C M Y K H S L
Decimal 220 54 125 0 0.75 0.43 0.14 334.34 0.7 0.54
Hex DC 36 7D 0 4B 2B E 14E 46 36
Octal 334 66 175 0 113 53 16 516 106 66
Binary 11011100 110110 1111101 0 1001011 101011 1110 101001110 1000110 110110

Color Harmonies of #DC367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC367D

Black with #DC367D

Text Example


Text Example

White with #DC367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC367D; }

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

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

background-color css

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

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

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

border-color css

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

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

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