#D26468

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

Shades of Mandy #D26468

Tints of Mandy #D26468

Color information

#D26468 (or 0xD26468) is unknown color: approx Mandy. HEX triplet: D2, 64 and 68. RGB value is (210,100,104). Sum of RGB (Red+Green+Blue) = 210+100+104=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D26468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26468 is #2D9B97. Grayscale: #858585. Windows color (decimal): -2988952 or 6841554. OLE color: 6841554.

HSL color Cylindrical-coordinate representation of color #D26468: hue angle of 357.82º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D26468 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB210100104-
CMYK00.520.500.18
HSL357.82º55%60.78%-
HSV(B)357.82º52.38%82.35%-
XYZ33.6323.8215.92-
YUV133.35111.44182.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.72%
GREEN value IS 100 (39.45% from 255) = 24.15%
BLUE value IS 104 (41.02% from 255) = 25.12%
R=50.72%
G=24.15%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010010400.520.500.18357.825560.78
HexD264680343212166373d
Octal32214415006462225466775
Binary1101001011001001101000011010011001010010101100110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26468; }

 p { color: rgb(210,100,104); }

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

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

 a { background-color: rgb(210,100,104); }

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

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

 span { border-color: rgb(210,100,104); }

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