#D7618A

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

Shades of Pale Violet Red #D7618A

Tints of Pale Violet Red #D7618A

Color information

#D7618A (or 0xD7618A) is unknown color: approx Pale Violet Red. HEX triplet: D7, 61 and 8A. RGB value is (215,97,138). Sum of RGB (Red+Green+Blue) = 215+97+138=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D7618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7618A is #289E75. Grayscale: #888888. Windows color (decimal): -2662006 or 9069015. OLE color: 9069015.

HSL color Cylindrical-coordinate representation of color #D7618A: hue angle of 339.15º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7618A is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB21597138-
CMYK00.550.360.16
HSL339.15º59.6%61.18%-
HSV(B)339.15º54.88%84.31%-
XYZ36.8924.8326.89-
YUV136.96128.59183.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.78%
GREEN value IS 97 (38.28% from 255) = 21.56%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=47.78%
G=21.56%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159713800.550.360.16339.1559.661.18
HexD7618A03724101533c3d
Octal32714121206744205237475
Binary11010111110000110001010011011110010010000101010011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7618A; }

 p { color: rgb(215,97,138); }

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

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

 a { background-color: rgb(215,97,138); }

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

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

 span { border-color: rgb(215,97,138); }

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