#D26975

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

Shades of Froly #D26975

Tints of Froly #D26975

Color information

#D26975 (or 0xD26975) is unknown color: approx Froly. HEX triplet: D2, 69 and 75. RGB value is (210,105,117). Sum of RGB (Red+Green+Blue) = 210+105+117=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D26975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26975 is #2D968A. Grayscale: #898989. Windows color (decimal): -2987659 or 7694802. OLE color: 7694802.

HSL color Cylindrical-coordinate representation of color #D26975: hue angle of 353.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26975 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB210105117-
CMYK00.500.440.18
HSL353.14º53.85%61.76%-
HSV(B)353.14º50%82.35%-
XYZ34.8425.0919.84-
YUV137.76116.29179.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.61%
GREEN value IS 105 (41.41% from 255) = 24.31%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=48.61%
G=24.31%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010511700.500.440.18353.1453.8561.76
HexD269750322C12161363e
Octal32215116506254225416676
Binary1101001011010011110101011001010110010010101100001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26975; }

 p { color: rgb(210,105,117); }

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

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

 a { background-color: rgb(210,105,117); }

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

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

 span { border-color: rgb(210,105,117); }

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