Html Css Color HEX #DC277D Deep Cerise

📋 copy color: '#DC277D'

red 220 ◦ green 39 ◦ blue 125

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

Shades of Deep Cerise #DC277D

Tints of Deep Cerise #DC277D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 57.29%
G = 10.16%
B = 32.55%

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

#DC277D (or 0xDC277D) is known color: Deep Cerise. HEX triplet: DC, 27 and 7D. RGB value is (220,39,125). Sum of RGB (Red+Green+Blue) = 220+39+125=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC277D is #23D882. Grayscale: #666666. Windows color (decimal): -2349187 or 8202204. OLE color: 8202204.

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

Color convert

RGB 220 39 125 -
CMYK 0 0.82 0.43 0.14
HSL 331.49º 0.72% 0.51% -
HSV(B) 331.49º 0.82% 0.86% -
XYZ 33.94 18.15 21.12 -
YUV 102.92 140.47 211.51 -
System Red Green Blue C M Y K H S L
Decimal 220 39 125 0 0.82 0.43 0.14 331.49 0.72 0.51
Hex DC 27 7D 0 52 2B E 14B 48 33
Octal 334 47 175 0 122 53 16 513 110 63
Binary 11011100 100111 1111101 0 1010010 101011 1110 101001011 1001000 110011

Color Harmonies of #DC277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC277D

Black with #DC277D

Text Example


Text Example

White with #DC277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC277D; }

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

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

background-color css

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

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

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

border-color css

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

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

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