Html Css Color HEX #DC277F Deep Cerise

📋 copy color: '#DC277F'

red 220 ◦ green 39 ◦ blue 127

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

Shades of Deep Cerise #DC277F

Tints of Deep Cerise #DC277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.9%

R = 56.99%
G = 10.1%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC277F (or 0xDC277F) is known color: Deep Cerise. HEX triplet: DC, 27 and 7F. RGB value is (220,39,127). Sum of RGB (Red+Green+Blue) = 220+39+127=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC277F is #23D880. Grayscale: #666666. Windows color (decimal): -2349185 or 8333276. OLE color: 8333276.

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

Color convert

RGB 220 39 127 -
CMYK 0 0.82 0.42 0.14
HSL 330.83º 0.72% 0.51% -
HSV(B) 330.83º 0.82% 0.86% -
XYZ 34.07 18.2 21.8 -
YUV 103.15 141.47 211.34 -
System Red Green Blue C M Y K H S L
Decimal 220 39 127 0 0.82 0.42 0.14 330.83 0.72 0.51
Hex DC 27 7F 0 52 2A E 14B 48 33
Octal 334 47 177 0 122 52 16 513 110 63
Binary 11011100 100111 1111111 0 1010010 101010 1110 101001011 1001000 110011

Color Harmonies of #DC277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC277F

Black with #DC277F

Text Example


Text Example

White with #DC277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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