#D26C5D

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

Shades of Japonica #D26C5D

Tints of Japonica #D26C5D

Color information

#D26C5D (or 0xD26C5D) is unknown color: approx Japonica. HEX triplet: D2, 6C and 5D. RGB value is (210,108,93). Sum of RGB (Red+Green+Blue) = 210+108+93=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C5D is #2D93A2. Grayscale: #888888. Windows color (decimal): -2986915 or 6122706. OLE color: 6122706.

HSL color Cylindrical-coordinate representation of color #D26C5D: hue angle of 7.69º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D26C5D is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB21010893-
CMYK00.490.560.18
HSL7.69º56.52%59.41%-
HSV(B)7.69º55.71%82.35%-
XYZ33.9225.2213.44-
YUV136.79103.29180.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.09%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 93 (36.72% from 255) = 22.63%
R=51.09%
G=26.28%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101089300.490.560.187.6956.5259.41
HexD26C5D03138128393b
Octal3221541350617022107173
Binary11010010110110010111010110001111000100101000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C5D; }

 p { color: rgb(210,108,93); }

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

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

 a { background-color: rgb(210,108,93); }

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

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

 span { border-color: rgb(210,108,93); }

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