#D6658A

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

Shades of Pale Violet Red #D6658A

Tints of Pale Violet Red #D6658A

Color information

#D6658A (or 0xD6658A) is unknown color: approx Pale Violet Red. HEX triplet: D6, 65 and 8A. RGB value is (214,101,138). Sum of RGB (Red+Green+Blue) = 214+101+138=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6658A is #299A75. Grayscale: #8A8A8A. Windows color (decimal): -2726518 or 9070038. OLE color: 9070038.

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

Color convert

RGB214101138-
CMYK00.530.360.16
HSL340.35º57.95%61.76%-
HSV(B)340.35º52.8%83.92%-
XYZ36.9725.4427.01-
YUV139127.44181.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.24%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=47.24%
G=22.30%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410113800.530.360.16340.3557.9561.76
HexD6658A03524101543a3e
Octal32614521206544205247276
Binary11010110110010110001010011010110010010000101010100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6658A; }

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

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

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

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

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

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

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

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