#DA769C

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

Shades of Pale Violet Red #DA769C

Tints of Pale Violet Red #DA769C

Color information

#DA769C (or 0xDA769C) is unknown color: approx Pale Violet Red. HEX triplet: DA, 76 and 9C. RGB value is (218,118,156). Sum of RGB (Red+Green+Blue) = 218+118+156=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA769C is #258963. Grayscale: #989898. Windows color (decimal): -2460004 or 10254042. OLE color: 10254042.

HSL color Cylindrical-coordinate representation of color #DA769C: hue angle of 337.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA769C is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218118156-
CMYK00.460.280.15
HSL337.2º57.47%65.88%-
HSV(B)337.2º45.87%85.49%-
XYZ41.3930.2635.11-
YUV152.23130.13174.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.31%
GREEN value IS 118 (46.48% from 255) = 23.98%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=44.31%
G=23.98%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811815600.460.280.15337.257.4765.88
HexDA769C02E1CF1513942
Octal332166234056341752171102
Binary1101101011101101001110001011101110011111010100011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA769C; }

 p { color: rgb(218,118,156); }

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

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

 a { background-color: rgb(218,118,156); }

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

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

 span { border-color: rgb(218,118,156); }

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