#DA668F

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

Shades of Pale Violet Red #DA668F

Tints of Pale Violet Red #DA668F

Color information

#DA668F (or 0xDA668F) is unknown color: approx Pale Violet Red. HEX triplet: DA, 66 and 8F. RGB value is (218,102,143). Sum of RGB (Red+Green+Blue) = 218+102+143=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA668F is #259970. Grayscale: #8D8D8D. Windows color (decimal): -2464113 or 9397978. OLE color: 9397978.

HSL color Cylindrical-coordinate representation of color #DA668F: hue angle of 338.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA668F is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB218102143-
CMYK00.530.340.15
HSL338.79º61.05%62.75%-
HSV(B)338.79º53.21%85.49%-
XYZ38.6226.3929.04-
YUV141.36128.93182.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.08%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 143 (56.25% from 255) = 30.89%
R=47.08%
G=22.03%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810214300.530.340.15338.7961.0562.75
HexDA668F03522F1533d3f
Octal33214621706542175237577
Binary1101101011001101000111101101011000101111101010011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA668F; }

 p { color: rgb(218,102,143); }

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

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

 a { background-color: rgb(218,102,143); }

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

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

 span { border-color: rgb(218,102,143); }

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