#DA668C

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

Shades of Pale Violet Red #DA668C

Tints of Pale Violet Red #DA668C

Color information

#DA668C (or 0xDA668C) is unknown color: approx Pale Violet Red. HEX triplet: DA, 66 and 8C. RGB value is (218,102,140). Sum of RGB (Red+Green+Blue) = 218+102+140=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA668C is #259973. Grayscale: #8C8C8C. Windows color (decimal): -2464116 or 9201370. OLE color: 9201370.

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

Color convert

RGB218102140-
CMYK00.530.360.15
HSL340.34º61.05%62.75%-
HSV(B)340.34º53.21%85.49%-
XYZ38.426.327.86-
YUV141.02127.43182.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.39%
GREEN value IS 102 (40.23% from 255) = 22.17%
BLUE value IS 140 (55.08% from 255) = 30.43%
R=47.39%
G=22.17%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810214000.530.360.15340.3461.0562.75
HexDA668C03524F1543d3f
Octal33214621406544175247577
Binary1101101011001101000110001101011001001111101010100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA668C; }

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

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

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

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

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

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

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

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