Html Css Color HEX #DC377A Deep Cerise

📋 copy color: '#DC377A'

red 220 ◦ green 55 ◦ blue 122

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

Shades of Deep Cerise #DC377A

Tints of Deep Cerise #DC377A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.85%

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

R = 55.42%
G = 13.85%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC377A (or 0xDC377A) is known color: Deep Cerise. HEX triplet: DC, 37 and 7A. RGB value is (220,55,122). Sum of RGB (Red+Green+Blue) = 220+55+122=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC377A is #23C885. Grayscale: #6F6F6F. Windows color (decimal): -2345094 or 8009692. OLE color: 8009692.

HSL color Cylindrical-coordinate representation of color #DC377A: hue angle of 335.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC377A is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 55 122 -
CMYK 0 0.75 0.45 0.14
HSL 335.64º 0.7% 0.54% -
HSV(B) 335.64º 0.75% 0.86% -
XYZ 34.39 19.35 20.34 -
YUV 111.97 133.66 205.05 -
System Red Green Blue C M Y K H S L
Decimal 220 55 122 0 0.75 0.45 0.14 335.64 0.7 0.54
Hex DC 37 7A 0 4B 2D E 150 46 36
Octal 334 67 172 0 113 55 16 520 106 66
Binary 11011100 110111 1111010 0 1001011 101101 1110 101010000 1000110 110110

Color Harmonies of #DC377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC377A

Black with #DC377A

Text Example


Text Example

White with #DC377A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC377A; }

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

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

background-color css

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

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

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

border-color css

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

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

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