#d66678

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

Shades of Froly #D66678

Tints of Froly #D66678

Color information

#D66678 (or 0xD66678) is unknown color: approx Froly. HEX triplet: D6, 66 and 78. RGB value is (214,102,120). Sum of RGB (Red+Green+Blue) = 214+102+120=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D66678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66678 is #299987. Grayscale: #898989. Windows color (decimal): -2726280 or 7890646. OLE color: 7890646.

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

Color convert

RGB214102120-
CMYK00.520.440.16
HSL350.36º57.73%61.96%-
HSV(B)350.36º52.34%83.92%-
XYZ35.8725.1520.73-
YUV137.54118.11182.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 120 (47.27% from 255) = 27.52%
R=49.08%
G=23.39%
B=27.52%

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
Decimal21410212000.520.440.16350.3657.7361.96
HexD666780342C1015e3a3e
Octal32614617006454205367276
Binary1101011011001101111000011010010110010000101011110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d66678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d66678; }

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

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

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

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

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

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

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

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