#D66271

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

Shades of Froly #D66271

Tints of Froly #D66271

Color information

#D66271 (or 0xD66271) is unknown color: approx Froly. HEX triplet: D6, 62 and 71. RGB value is (214,98,113). Sum of RGB (Red+Green+Blue) = 214+98+113=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D66271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66271 is #299D8E. Grayscale: #868686. Windows color (decimal): -2727311 or 7430870. OLE color: 7430870.

HSL color Cylindrical-coordinate representation of color #D66271: hue angle of 352.24º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D66271 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB21498113-
CMYK00.540.470.16
HSL352.24º58.59%61.18%-
HSV(B)352.24º54.21%83.92%-
XYZ35.0824.2218.45-
YUV134.39115.93184.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.35%
GREEN value IS 98 (38.67% from 255) = 23.06%
BLUE value IS 113 (44.53% from 255) = 26.59%
R=50.35%
G=23.06%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149811300.540.470.16352.2458.5961.18
HexD662710362F101603b3d
Octal32614216106657205407375
Binary1101011011000101110001011011010111110000101100000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66271; }

 p { color: rgb(214,98,113); }

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

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

 a { background-color: rgb(214,98,113); }

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

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

 span { border-color: rgb(214,98,113); }

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