Html Css Color HEX #DC386B Cerise

📋 copy color: '#DC386B'

red 220 ◦ green 56 ◦ blue 107

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

Shades of Cerise #DC386B

Tints of Cerise #DC386B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.94%

R = 57.44%
G = 14.62%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC386B (or 0xDC386B) is known color: Cerise. HEX triplet: DC, 38 and 6B. RGB value is (220,56,107). Sum of RGB (Red+Green+Blue) = 220+56+107=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC386B is #23C794. Grayscale: #6E6E6E. Windows color (decimal): -2344853 or 7026908. OLE color: 7026908.

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

Color convert

RGB 220 56 107 -
CMYK 0 0.75 0.51 0.14
HSL 341.34º 0.7% 0.54% -
HSV(B) 341.34º 0.75% 0.86% -
XYZ 33.58 19.11 15.83 -
YUV 110.85 125.83 205.85 -
System Red Green Blue C M Y K H S L
Decimal 220 56 107 0 0.75 0.51 0.14 341.34 0.7 0.54
Hex DC 38 6B 0 4B 33 E 155 46 36
Octal 334 70 153 0 113 63 16 525 106 66
Binary 11011100 111000 1101011 0 1001011 110011 1110 101010101 1000110 110110

Color Harmonies of #DC386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC386B

Black with #DC386B

Text Example


Text Example

White with #DC386B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC386B; }

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

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

background-color css

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

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

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

border-color css

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

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

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