#D66778

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

Shades of Froly #D66778

Tints of Froly #D66778

Color information

#D66778 (or 0xD66778) is unknown color: approx Froly. HEX triplet: D6, 67 and 78. RGB value is (214,103,120). Sum of RGB (Red+Green+Blue) = 214+103+120=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D66778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66778 is #299887. Grayscale: #8A8A8A. Windows color (decimal): -2726024 or 7890902. OLE color: 7890902.

HSL color Cylindrical-coordinate representation of color #D66778: hue angle of 350.81º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66778 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB214103120-
CMYK00.520.440.16
HSL350.81º57.51%62.16%-
HSV(B)350.81º51.87%83.92%-
XYZ35.9725.3520.77-
YUV138.13117.77182.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 120 (47.27% from 255) = 27.46%
R=48.97%
G=23.57%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410312000.520.440.16350.8157.5162.16
HexD667780342C1015f3a3e
Octal32614717006454205377276
Binary1101011011001111111000011010010110010000101011111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66778; }

 p { color: rgb(214,103,120); }

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

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

 a { background-color: rgb(214,103,120); }

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

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

 span { border-color: rgb(214,103,120); }

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