#D8638C

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

Shades of Pale Violet Red #D8638C

Tints of Pale Violet Red #D8638C

Color information

#D8638C (or 0xD8638C) is unknown color: approx Pale Violet Red. HEX triplet: D8, 63 and 8C. RGB value is (216,99,140). Sum of RGB (Red+Green+Blue) = 216+99+140=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8638C is #279C73. Grayscale: #8A8A8A. Windows color (decimal): -2595956 or 9200600. OLE color: 9200600.

HSL color Cylindrical-coordinate representation of color #D8638C: hue angle of 338.97º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8638C is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB21699140-
CMYK00.540.350.15
HSL338.97º60%61.76%-
HSV(B)338.97º54.17%84.71%-
XYZ37.5125.4227.74-
YUV138.66128.76183.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.47%
GREEN value IS 99 (39.06% from 255) = 21.76%
BLUE value IS 140 (55.08% from 255) = 30.77%
R=47.47%
G=21.76%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169914000.540.350.15338.976061.76
HexD8638C03623F1533c3e
Octal33014321406643175237476
Binary1101100011000111000110001101101000111111101010011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8638C; }

 p { color: rgb(216,99,140); }

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

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

 a { background-color: rgb(216,99,140); }

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

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

 span { border-color: rgb(216,99,140); }

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