#D27593

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

Shades of Pale Violet Red #D27593

Tints of Pale Violet Red #D27593

Color information

#D27593 (or 0xD27593) is unknown color: approx Pale Violet Red. HEX triplet: D2, 75 and 93. RGB value is (210,117,147). Sum of RGB (Red+Green+Blue) = 210+117+147=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D27593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27593 is #2D8A6C. Grayscale: #949494. Windows color (decimal): -2984557 or 9663954. OLE color: 9663954.

HSL color Cylindrical-coordinate representation of color #D27593: hue angle of 340.65º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27593 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210117147-
CMYK00.440.300.18
HSL340.65º50.82%64.12%-
HSV(B)340.65º44.29%82.35%-
XYZ38.2128.5331.1-
YUV148.23127.31172.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.30%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 147 (57.81% from 255) = 31.01%
R=44.30%
G=24.68%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011714700.440.300.18340.6550.8264.12
HexD2759302C1E121553340
Octal322165223054362252563100
Binary11010010111010110010011010110011110100101010101011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27593; }

 p { color: rgb(210,117,147); }

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

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

 a { background-color: rgb(210,117,147); }

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

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

 span { border-color: rgb(210,117,147); }

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