Html Css Color HEX #DC386F Cerise

📋 copy color: '#DC386F'

red 220 ◦ green 56 ◦ blue 111

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

Shades of Cerise #DC386F

Tints of Cerise #DC386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.68%

R = 56.85%
G = 14.47%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC386F (or 0xDC386F) is known color: Cerise. HEX triplet: DC, 38 and 6F. RGB value is (220,56,111). Sum of RGB (Red+Green+Blue) = 220+56+111=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC386F is #23C790. Grayscale: #6F6F6F. Windows color (decimal): -2344849 or 7289052. OLE color: 7289052.

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

Color convert

RGB 220 56 111 -
CMYK 0 0.75 0.50 0.14
HSL 339.88º 0.7% 0.54% -
HSV(B) 339.88º 0.75% 0.86% -
XYZ 33.8 19.19 16.96 -
YUV 111.31 127.83 205.53 -
System Red Green Blue C M Y K H S L
Decimal 220 56 111 0 0.75 0.50 0.14 339.88 0.7 0.54
Hex DC 38 6F 0 4B 32 E 154 46 36
Octal 334 70 157 0 113 62 16 524 106 66
Binary 11011100 111000 1101111 0 1001011 110010 1110 101010100 1000110 110110

Color Harmonies of #DC386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC386F

Black with #DC386F

Text Example


Text Example

White with #DC386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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