Html Css Color HEX #DC278D Deep Cerise

📋 copy color: '#DC278D'

red 220 ◦ green 39 ◦ blue 141

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

Shades of Deep Cerise #DC278D

Tints of Deep Cerise #DC278D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 55%
G = 9.75%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC278D (or 0xDC278D) is known color: Deep Cerise. HEX triplet: DC, 27 and 8D. RGB value is (220,39,141). Sum of RGB (Red+Green+Blue) = 220+39+141=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC278D is #23D872. Grayscale: #686868. Windows color (decimal): -2349171 or 9250780. OLE color: 9250780.

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

Color convert

RGB 220 39 141 -
CMYK 0 0.82 0.36 0.14
HSL 326.19º 0.72% 0.51% -
HSV(B) 326.19º 0.82% 0.86% -
XYZ 35.05 18.59 26.94 -
YUV 104.75 148.47 210.21 -
System Red Green Blue C M Y K H S L
Decimal 220 39 141 0 0.82 0.36 0.14 326.19 0.72 0.51
Hex DC 27 8D 0 52 24 E 146 48 33
Octal 334 47 215 0 122 44 16 506 110 63
Binary 11011100 100111 10001101 0 1010010 100100 1110 101000110 1001000 110011

Color Harmonies of #DC278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC278D

Black with #DC278D

Text Example


Text Example

White with #DC278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC278D; }

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

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

background-color css

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

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

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

border-color css

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

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

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