Html Css Color HEX #DC389C Deep Cerise

📋 copy color: '#DC389C'

red 220 ◦ green 56 ◦ blue 156

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

Shades of Deep Cerise #DC389C

Tints of Deep Cerise #DC389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.96%

 BLUE value IS 156 (61.33% from 255) = 36.11%

R = 50.93%
G = 12.96%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC389C (or 0xDC389C) is known color: Deep Cerise. HEX triplet: DC, 38 and 9C. RGB value is (220,56,156). Sum of RGB (Red+Green+Blue) = 220+56+156=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC389C is #23C763. Grayscale: #747474. Windows color (decimal): -2344804 or 10238172. OLE color: 10238172.

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

Color convert

RGB 220 56 156 -
CMYK 0 0.75 0.29 0.14
HSL 323.41º 0.7% 0.54% -
HSV(B) 323.41º 0.75% 0.86% -
XYZ 36.93 20.44 33.45 -
YUV 116.44 150.33 201.87 -
System Red Green Blue C M Y K H S L
Decimal 220 56 156 0 0.75 0.29 0.14 323.41 0.7 0.54
Hex DC 38 9C 0 4B 1D E 143 46 36
Octal 334 70 234 0 113 35 16 503 106 66
Binary 11011100 111000 10011100 0 1001011 11101 1110 101000011 1000110 110110

Color Harmonies of #DC389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC389C

Black with #DC389C

Text Example


Text Example

White with #DC389C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC389C; }

 p { color: rgb(220,56,156); }

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

background-color css

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

 a { background-color: rgb(220,56,156); }

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

border-color css

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

 span { border-color: rgb(220,56,156); }

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