Html Css Color HEX #DC278E Deep Cerise

📋 copy color: '#DC278E'

red 220 ◦ green 39 ◦ blue 142

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

Shades of Deep Cerise #DC278E

Tints of Deep Cerise #DC278E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.73%

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 54.86%
G = 9.73%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC278E (or 0xDC278E) is known color: Deep Cerise. HEX triplet: DC, 27 and 8E. RGB value is (220,39,142). Sum of RGB (Red+Green+Blue) = 220+39+142=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC278E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC278E is #23D871. Grayscale: #686868. Windows color (decimal): -2349170 or 9316316. OLE color: 9316316.

HSL color Cylindrical-coordinate representation of color #DC278E: hue angle of 325.86º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC278E is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 39 142 -
CMYK 0 0.82 0.35 0.14
HSL 325.86º 0.72% 0.51% -
HSV(B) 325.86º 0.82% 0.86% -
XYZ 35.12 18.62 27.33 -
YUV 104.86 148.97 210.12 -
System Red Green Blue C M Y K H S L
Decimal 220 39 142 0 0.82 0.35 0.14 325.86 0.72 0.51
Hex DC 27 8E 0 52 23 E 146 48 33
Octal 334 47 216 0 122 43 16 506 110 63
Binary 11011100 100111 10001110 0 1010010 100011 1110 101000110 1001000 110011

Color Harmonies of #DC278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC278E

Black with #DC278E

Text Example


Text Example

White with #DC278E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC278E; }

 p { color: rgb(220,39,142); }

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

background-color css

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

 a { background-color: rgb(220,39,142); }

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

border-color css

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

 span { border-color: rgb(220,39,142); }

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