Html Css Color HEX #DC277E Deep Cerise

📋 copy color: '#DC277E'

red 220 ◦ green 39 ◦ blue 126

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

Shades of Deep Cerise #DC277E

Tints of Deep Cerise #DC277E

RGB

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

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

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

R = 57.14%
G = 10.13%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC277E (or 0xDC277E) is known color: Deep Cerise. HEX triplet: DC, 27 and 7E. RGB value is (220,39,126). Sum of RGB (Red+Green+Blue) = 220+39+126=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC277E is #23D881. Grayscale: #666666. Windows color (decimal): -2349186 or 8267740. OLE color: 8267740.

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

Color convert

RGB 220 39 126 -
CMYK 0 0.82 0.43 0.14
HSL 331.16º 0.72% 0.51% -
HSV(B) 331.16º 0.82% 0.86% -
XYZ 34.01 18.17 21.45 -
YUV 103.04 140.97 211.43 -
System Red Green Blue C M Y K H S L
Decimal 220 39 126 0 0.82 0.43 0.14 331.16 0.72 0.51
Hex DC 27 7E 0 52 2B E 14B 48 33
Octal 334 47 176 0 122 53 16 513 110 63
Binary 11011100 100111 1111110 0 1010010 101011 1110 101001011 1001000 110011

Color Harmonies of #DC277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC277E

Black with #DC277E

Text Example


Text Example

White with #DC277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC277E; }

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

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

background-color css

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

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

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

border-color css

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

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

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