#D27BB6

Color #D27BB6 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #D27BB6

Tints of Persian Pink #D27BB6

Color information

#D27BB6 (or 0xD27BB6) is unknown color: approx Persian Pink. HEX triplet: D2, 7B and B6. RGB value is (210,123,182). Sum of RGB (Red+Green+Blue) = 210+123+182=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D27BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BB6 is #2D8449. Grayscale: #9B9B9B. Windows color (decimal): -2982986 or 11959250. OLE color: 11959250.

HSL color Cylindrical-coordinate representation of color #D27BB6: hue angle of 319.31º 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 #D27BB6 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB210123182-
CMYK00.410.130.18
HSL319.31º49.15%65.29%-
HSV(B)319.31º41.43%82.35%-
XYZ42.131.2448.07-
YUV155.74142.82166.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 123 (48.44% from 255) = 23.88%
BLUE value IS 182 (71.48% from 255) = 35.34%
R=40.78%
G=23.88%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012318200.410.130.18319.3149.1565.29
HexD27BB6029D1213f3141
Octal322173266051152247761101
Binary1101001011110111011011001010011101100101001111111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27BB6; }

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

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

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

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

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

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

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

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