Html Css Color HEX #DC2677 Deep Cerise

📋 copy color: '#DC2677'

red 220 ◦ green 38 ◦ blue 119

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

Shades of Deep Cerise #DC2677

Tints of Deep Cerise #DC2677

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.08%

 BLUE value IS 119 (46.88% from 255) = 31.56%

R = 58.36%
G = 10.08%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC2677 (or 0xDC2677) is known color: Deep Cerise. HEX triplet: DC, 26 and 77. RGB value is (220,38,119). Sum of RGB (Red+Green+Blue) = 220+38+119=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2677 is #23D988. Grayscale: #656565. Windows color (decimal): -2349449 or 7808732. OLE color: 7808732.

HSL color Cylindrical-coordinate representation of color #DC2677: hue angle of 333.3º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2677 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 38 119 -
CMYK 0 0.83 0.46 0.14
HSL 333.3º 0.72% 0.51% -
HSV(B) 333.3º 0.83% 0.86% -
XYZ 33.54 17.93 19.15 -
YUV 101.65 137.8 212.41 -
System Red Green Blue C M Y K H S L
Decimal 220 38 119 0 0.83 0.46 0.14 333.3 0.72 0.51
Hex DC 26 77 0 53 2E E 14D 48 33
Octal 334 46 167 0 123 56 16 515 110 63
Binary 11011100 100110 1110111 0 1010011 101110 1110 101001101 1001000 110011

Color Harmonies of #DC2677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2677

Black with #DC2677

Text Example


Text Example

White with #DC2677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2677; }

 p { color: rgb(220,38,119); }

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

background-color css

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

 a { background-color: rgb(220,38,119); }

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

border-color css

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

 span { border-color: rgb(220,38,119); }

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