Html Css Color HEX #DC378A Deep Cerise

📋 copy color: '#DC378A'

red 220 ◦ green 55 ◦ blue 138

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

Shades of Deep Cerise #DC378A

Tints of Deep Cerise #DC378A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.32%

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 53.27%
G = 13.32%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC378A (or 0xDC378A) is known color: Deep Cerise. HEX triplet: DC, 37 and 8A. RGB value is (220,55,138). Sum of RGB (Red+Green+Blue) = 220+55+138=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC378A is #23C875. Grayscale: #717171. Windows color (decimal): -2345078 or 9058268. OLE color: 9058268.

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

Color convert

RGB 220 55 138 -
CMYK 0 0.75 0.37 0.14
HSL 329.82º 0.7% 0.54% -
HSV(B) 329.82º 0.75% 0.86% -
XYZ 35.47 19.78 25.99 -
YUV 113.8 141.66 203.75 -
System Red Green Blue C M Y K H S L
Decimal 220 55 138 0 0.75 0.37 0.14 329.82 0.7 0.54
Hex DC 37 8A 0 4B 25 E 14A 46 36
Octal 334 67 212 0 113 45 16 512 106 66
Binary 11011100 110111 10001010 0 1001011 100101 1110 101001010 1000110 110110

Color Harmonies of #DC378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC378A

Black with #DC378A

Text Example


Text Example

White with #DC378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC378A; }

 p { color: rgb(220,55,138); }

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

background-color css

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

 a { background-color: rgb(220,55,138); }

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

border-color css

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

 span { border-color: rgb(220,55,138); }

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