#D7648D

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

Shades of Pale Violet Red #D7648D

Tints of Pale Violet Red #D7648D

Color information

#D7648D (or 0xD7648D) is unknown color: approx Pale Violet Red. HEX triplet: D7, 64 and 8D. RGB value is (215,100,141). Sum of RGB (Red+Green+Blue) = 215+100+141=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D7648D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7648D is #289B72. Grayscale: #8B8B8B. Windows color (decimal): -2661235 or 9266391. OLE color: 9266391.

HSL color Cylindrical-coordinate representation of color #D7648D: hue angle of 338.61º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7648D is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB215100141-
CMYK00.530.340.16
HSL338.61º58.97%61.76%-
HSV(B)338.61º53.49%84.31%-
XYZ37.3925.4828.15-
YUV139.06129.1182.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.15%
GREEN value IS 100 (39.45% from 255) = 21.93%
BLUE value IS 141 (55.47% from 255) = 30.92%
R=47.15%
G=21.93%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510014100.530.340.16338.6158.9761.76
HexD7648D03522101533b3e
Octal32714421506542205237376
Binary11010111110010010001101011010110001010000101010011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7648D; }

 p { color: rgb(215,100,141); }

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

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

 a { background-color: rgb(215,100,141); }

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

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

 span { border-color: rgb(215,100,141); }

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