Html Css Color HEX #DC379A Deep Cerise

📋 copy color: '#DC379A'

red 220 ◦ green 55 ◦ blue 154

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

Shades of Deep Cerise #DC379A

Tints of Deep Cerise #DC379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.9%

R = 51.28%
G = 12.82%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC379A (or 0xDC379A) is known color: Deep Cerise. HEX triplet: DC, 37 and 9A. RGB value is (220,55,154). Sum of RGB (Red+Green+Blue) = 220+55+154=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC379A is #23C865. Grayscale: #737373. Windows color (decimal): -2345062 or 10106844. OLE color: 10106844.

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

Color convert

RGB 220 55 154 -
CMYK 0 0.75 0.3 0.14
HSL 324º 0.7% 0.54% -
HSV(B) 324º 0.75% 0.86% -
XYZ 36.71 20.28 32.55 -
YUV 115.62 149.66 202.45 -
System Red Green Blue C M Y K H S L
Decimal 220 55 154 0 0.75 0.3 0.14 324 0.7 0.54
Hex DC 37 9A 0 4B 1E E 144 46 36
Octal 334 67 232 0 113 36 16 504 106 66
Binary 11011100 110111 10011010 0 1001011 11110 1110 101000100 1000110 110110

Color Harmonies of #DC379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC379A

Black with #DC379A

Text Example


Text Example

White with #DC379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC379A; }

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

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

background-color css

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

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

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

border-color css

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

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

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