#D26978

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

Shades of Froly #D26978

Tints of Froly #D26978

Color information

#D26978 (or 0xD26978) is unknown color: approx Froly. HEX triplet: D2, 69 and 78. RGB value is (210,105,120). Sum of RGB (Red+Green+Blue) = 210+105+120=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D26978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26978 is #2D9687. Grayscale: #8A8A8A. Windows color (decimal): -2987656 or 7891410. OLE color: 7891410.

HSL color Cylindrical-coordinate representation of color #D26978: hue angle of 351.43º 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 #D26978 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB210105120-
CMYK00.500.430.18
HSL351.43º53.85%61.76%-
HSV(B)351.43º50%82.35%-
XYZ35.0225.1620.78-
YUV138.1117.79179.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.28%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=48.28%
G=24.14%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010512000.500.430.18351.4353.8561.76
HexD269780322B1215f363e
Octal32215117006253225376676
Binary1101001011010011111000011001010101110010101011111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26978; }

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

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

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

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

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

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

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

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