#D27B9C

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

Shades of Pale Violet Red #D27B9C

Tints of Pale Violet Red #D27B9C

Color information

#D27B9C (or 0xD27B9C) is unknown color: approx Pale Violet Red. HEX triplet: D2, 7B and 9C. RGB value is (210,123,156). Sum of RGB (Red+Green+Blue) = 210+123+156=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27B9C is #2D8463. Grayscale: #989898. Windows color (decimal): -2983012 or 10255314. OLE color: 10255314.

HSL color Cylindrical-coordinate representation of color #D27B9C: hue angle of 337.24º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27B9C is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB210123156-
CMYK00.410.260.18
HSL337.24º49.15%65.29%-
HSV(B)337.24º41.43%82.35%-
XYZ39.6630.2735.2-
YUV152.77129.82168.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.94%
GREEN value IS 123 (48.44% from 255) = 25.15%
BLUE value IS 156 (61.33% from 255) = 31.90%
R=42.94%
G=25.15%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012315600.410.260.18337.2449.1565.29
HexD27B9C0291A121513141
Octal322173234051322252161101
Binary11010010111101110011100010100111010100101010100011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27B9C; }

 p { color: rgb(210,123,156); }

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

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

 a { background-color: rgb(210,123,156); }

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

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

 span { border-color: rgb(210,123,156); }

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