#DA668D

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

Shades of Pale Violet Red #DA668D

Tints of Pale Violet Red #DA668D

Color information

#DA668D (or 0xDA668D) is unknown color: approx Pale Violet Red. HEX triplet: DA, 66 and 8D. RGB value is (218,102,141). Sum of RGB (Red+Green+Blue) = 218+102+141=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA668D is #259972. Grayscale: #8D8D8D. Windows color (decimal): -2464115 or 9266906. OLE color: 9266906.

HSL color Cylindrical-coordinate representation of color #DA668D: hue angle of 339.83º 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 #DA668D is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB218102141-
CMYK00.530.350.15
HSL339.83º61.05%62.75%-
HSV(B)339.83º53.21%85.49%-
XYZ38.4726.3328.25-
YUV141.13127.93182.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.29%
GREEN value IS 102 (40.23% from 255) = 22.13%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=47.29%
G=22.13%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810214100.530.350.15339.8361.0562.75
HexDA668D03523F1543d3f
Octal33214621506543175247577
Binary1101101011001101000110101101011000111111101010100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA668D; }

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

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

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

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

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

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

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

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