#D7638D

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

Shades of Pale Violet Red #D7638D

Tints of Pale Violet Red #D7638D

Color information

#D7638D (or 0xD7638D) is unknown color: approx Pale Violet Red. HEX triplet: D7, 63 and 8D. RGB value is (215,99,141). Sum of RGB (Red+Green+Blue) = 215+99+141=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7638D is #289C72. Grayscale: #8A8A8A. Windows color (decimal): -2661491 or 9266135. OLE color: 9266135.

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

Color convert

RGB21599141-
CMYK00.540.340.16
HSL338.28º59.18%61.57%-
HSV(B)338.28º53.95%84.31%-
XYZ37.2925.2928.12-
YUV138.47129.43182.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.25%
GREEN value IS 99 (39.06% from 255) = 21.76%
BLUE value IS 141 (55.47% from 255) = 30.99%
R=47.25%
G=21.76%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159914100.540.340.16338.2859.1861.57
HexD7638D03622101523b3e
Octal32714321506642205227376
Binary11010111110001110001101011011010001010000101010010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7638D; }

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

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

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

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

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

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

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

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