Html Css Color HEX #DC379B Deep Cerise

📋 copy color: '#DC379B'

red 220 ◦ green 55 ◦ blue 155

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

Shades of Deep Cerise #DC379B

Tints of Deep Cerise #DC379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 51.16%
G = 12.79%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC379B (or 0xDC379B) is known color: Deep Cerise. HEX triplet: DC, 37 and 9B. RGB value is (220,55,155). Sum of RGB (Red+Green+Blue) = 220+55+155=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC379B is #23C864. Grayscale: #737373. Windows color (decimal): -2345061 or 10172380. OLE color: 10172380.

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

Color convert

RGB 220 55 155 -
CMYK 0 0.75 0.30 0.14
HSL 323.64º 0.7% 0.54% -
HSV(B) 323.64º 0.75% 0.86% -
XYZ 36.8 20.31 32.99 -
YUV 115.74 150.16 202.37 -
System Red Green Blue C M Y K H S L
Decimal 220 55 155 0 0.75 0.30 0.14 323.64 0.7 0.54
Hex DC 37 9B 0 4B 1E E 144 46 36
Octal 334 67 233 0 113 36 16 504 106 66
Binary 11011100 110111 10011011 0 1001011 11110 1110 101000100 1000110 110110

Color Harmonies of #DC379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC379B

Black with #DC379B

Text Example


Text Example

White with #DC379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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