#D8638A

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

Shades of Pale Violet Red #D8638A

Tints of Pale Violet Red #D8638A

Color information

#D8638A (or 0xD8638A) is unknown color: approx Pale Violet Red. HEX triplet: D8, 63 and 8A. RGB value is (216,99,138). Sum of RGB (Red+Green+Blue) = 216+99+138=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D8638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8638A is #279C75. Grayscale: #8A8A8A. Windows color (decimal): -2595958 or 9069528. OLE color: 9069528.

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

Color convert

RGB21699138-
CMYK00.540.360.15
HSL340º60%61.76%-
HSV(B)340º54.17%84.71%-
XYZ37.3725.3626.97-
YUV138.43127.76183.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.68%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=47.68%
G=21.85%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169913800.540.360.153406061.76
HexD8638A03624F1543c3e
Octal33014321206644175247476
Binary1101100011000111000101001101101001001111101010100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8638A; }

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

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

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

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

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

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

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

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