#D66277

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

Shades of Froly #D66277

Tints of Froly #D66277

Color information

#D66277 (or 0xD66277) is unknown color: approx Froly. HEX triplet: D6, 62 and 77. RGB value is (214,98,119). Sum of RGB (Red+Green+Blue) = 214+98+119=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D66277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66277 is #299D88. Grayscale: #878787. Windows color (decimal): -2727305 or 7824086. OLE color: 7824086.

HSL color Cylindrical-coordinate representation of color #D66277: hue angle of 349.14º 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 #D66277 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB21498119-
CMYK00.540.440.16
HSL349.14º58.59%61.18%-
HSV(B)349.14º54.21%83.92%-
XYZ35.4324.3620.29-
YUV135.08118.93184.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.65%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 119 (46.88% from 255) = 27.61%
R=49.65%
G=22.74%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149811900.540.440.16349.1458.5961.18
HexD662770362C1015d3b3d
Octal32614216706654205357375
Binary1101011011000101110111011011010110010000101011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66277; }

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

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

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

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

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

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

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

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