Html Css Color HEX #DC277A Deep Cerise

📋 copy color: '#DC277A'

red 220 ◦ green 39 ◦ blue 122

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

Shades of Deep Cerise #DC277A

Tints of Deep Cerise #DC277A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 57.74%
G = 10.24%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC277A (or 0xDC277A) is known color: Deep Cerise. HEX triplet: DC, 27 and 7A. RGB value is (220,39,122). Sum of RGB (Red+Green+Blue) = 220+39+122=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC277A is #23D885. Grayscale: #666666. Windows color (decimal): -2349190 or 8005596. OLE color: 8005596.

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

Color convert

RGB 220 39 122 -
CMYK 0 0.82 0.45 0.14
HSL 332.49º 0.72% 0.51% -
HSV(B) 332.49º 0.82% 0.86% -
XYZ 33.75 18.07 20.12 -
YUV 102.58 138.97 211.75 -
System Red Green Blue C M Y K H S L
Decimal 220 39 122 0 0.82 0.45 0.14 332.49 0.72 0.51
Hex DC 27 7A 0 52 2D E 14C 48 33
Octal 334 47 172 0 122 55 16 514 110 63
Binary 11011100 100111 1111010 0 1010010 101101 1110 101001100 1001000 110011

Color Harmonies of #DC277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC277A

Black with #DC277A

Text Example


Text Example

White with #DC277A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC277A; }

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

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

background-color css

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

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

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

border-color css

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

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

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