#D8758F

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

Shades of Pale Violet Red #D8758F

Tints of Pale Violet Red #D8758F

Color information

#D8758F (or 0xD8758F) is unknown color: approx Pale Violet Red. HEX triplet: D8, 75 and 8F. RGB value is (216,117,143). Sum of RGB (Red+Green+Blue) = 216+117+143=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8758F is #278A70. Grayscale: #959595. Windows color (decimal): -2591345 or 9401816. OLE color: 9401816.

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

Color convert

RGB216117143-
CMYK00.460.340.15
HSL344.24º55.93%65.29%-
HSV(B)344.24º45.83%84.71%-
XYZ39.6429.329.55-
YUV149.56124.3175.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.38%
GREEN value IS 117 (46.09% from 255) = 24.58%
BLUE value IS 143 (56.25% from 255) = 30.04%
R=45.38%
G=24.58%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611714300.460.340.15344.2455.9365.29
HexD8758F02E22F1583841
Octal330165217056421753070101
Binary11011000111010110001111010111010001011111010110001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8758F; }

 p { color: rgb(216,117,143); }

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

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

 a { background-color: rgb(216,117,143); }

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

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

 span { border-color: rgb(216,117,143); }

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