Html Css Color HEX #DC389F Deep Cerise

📋 copy color: '#DC389F'

red 220 ◦ green 56 ◦ blue 159

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

Shades of Deep Cerise #DC389F

Tints of Deep Cerise #DC389F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.55%

R = 50.57%
G = 12.87%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC389F (or 0xDC389F) is known color: Deep Cerise. HEX triplet: DC, 38 and 9F. RGB value is (220,56,159). Sum of RGB (Red+Green+Blue) = 220+56+159=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC389F is #23C760. Grayscale: #747474. Windows color (decimal): -2344801 or 10434780. OLE color: 10434780.

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

Color convert

RGB 220 56 159 -
CMYK 0 0.75 0.28 0.14
HSL 322.32º 0.7% 0.54% -
HSV(B) 322.32º 0.75% 0.86% -
XYZ 37.19 20.55 34.81 -
YUV 116.78 151.83 201.62 -
System Red Green Blue C M Y K H S L
Decimal 220 56 159 0 0.75 0.28 0.14 322.32 0.7 0.54
Hex DC 38 9F 0 4B 1C E 142 46 36
Octal 334 70 237 0 113 34 16 502 106 66
Binary 11011100 111000 10011111 0 1001011 11100 1110 101000010 1000110 110110

Color Harmonies of #DC389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC389F

Black with #DC389F

Text Example


Text Example

White with #DC389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC389F; }

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

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

background-color css

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

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

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

border-color css

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

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

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