#D6638A

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

Shades of Pale Violet Red #D6638A

Tints of Pale Violet Red #D6638A

Color information

#D6638A (or 0xD6638A) is unknown color: approx Pale Violet Red. HEX triplet: D6, 63 and 8A. RGB value is (214,99,138). Sum of RGB (Red+Green+Blue) = 214+99+138=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6638A is #299C75. Grayscale: #898989. Windows color (decimal): -2727030 or 9069526. OLE color: 9069526.

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

Color convert

RGB21499138-
CMYK00.540.360.16
HSL339.65º58.38%61.37%-
HSV(B)339.65º53.74%83.92%-
XYZ36.7825.0526.94-
YUV137.83128.1182.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.45%
GREEN value IS 99 (39.06% from 255) = 21.95%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=47.45%
G=21.95%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149913800.540.360.16339.6558.3861.37
HexD6638A03624101543a3d
Octal32614321206644205247275
Binary11010110110001110001010011011010010010000101010100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6638A; }

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

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

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

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

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

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

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

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