#D6386D

Color #D6386D Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D6386D

Tints of Cerise #D6386D

Color information

#D6386D (or 0xD6386D) is unknown color: approx Cerise. HEX triplet: D6, 38 and 6D. RGB value is (214,56,109). Sum of RGB (Red+Green+Blue) = 214+56+109=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6386D is #29C792. Grayscale: #6D6D6D. Windows color (decimal): -2738067 or 7157974. OLE color: 7157974.

HSL color Cylindrical-coordinate representation of color #D6386D: hue angle of 339.87º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6386D is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB21456109-
CMYK00.740.490.16
HSL339.87º65.83%52.94%-
HSV(B)339.87º73.83%83.92%-
XYZ31.9118.2316.3-
YUV109.28127.85202.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.46%
GREEN value IS 56 (22.27% from 255) = 14.78%
BLUE value IS 109 (42.97% from 255) = 28.76%
R=56.46%
G=14.78%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145610900.740.490.16339.8765.8352.94
HexD6386D04A31101544235
Octal326701550112612052410265
Binary11010110111000110110101001010110001100001010101001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6386D; }

 p { color: rgb(214,56,109); }

 H1.HeaderClassName
 {
   color: #D6386D;
 }
 .AnyTagClassName
 {
   color: #D6386D;
 }
</style>
background-color css

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

 a { background-color: rgb(214,56,109); }

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

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

 span { border-color: rgb(214,56,109); }

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