#D66F94

Color #D66F94 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D66F94

Tints of Pale Violet Red #D66F94

Color information

#D66F94 (or 0xD66F94) is unknown color: approx Pale Violet Red. HEX triplet: D6, 6F and 94. RGB value is (214,111,148). Sum of RGB (Red+Green+Blue) = 214+111+148=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66F94 is #29906B. Grayscale: #919191. Windows color (decimal): -2723948 or 9727958. OLE color: 9727958.

HSL color Cylindrical-coordinate representation of color #D66F94: hue angle of 338.45º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66F94 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214111148-
CMYK00.480.310.16
HSL338.45º55.68%63.73%-
HSV(B)338.45º48.13%83.92%-
XYZ38.7627.831.34-
YUV146.01129.12176.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 111 (43.75% from 255) = 23.47%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=45.24%
G=23.47%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411114800.480.310.16338.4555.6863.73
HexD66F940301F101523840
Octal326157224060372052270100
Binary11010110110111110010100011000011111100001010100101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66F94; }

 p { color: rgb(214,111,148); }

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

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

 a { background-color: rgb(214,111,148); }

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

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

 span { border-color: rgb(214,111,148); }

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