#D27BB4

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

Shades of Persian Pink #D27BB4

Tints of Persian Pink #D27BB4

Color information

#D27BB4 (or 0xD27BB4) is unknown color: approx Persian Pink. HEX triplet: D2, 7B and B4. RGB value is (210,123,180). Sum of RGB (Red+Green+Blue) = 210+123+180=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D27BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BB4 is #2D844B. Grayscale: #9B9B9B. Windows color (decimal): -2982988 or 11828178. OLE color: 11828178.

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

Color convert

RGB210123180-
CMYK00.410.140.18
HSL320.69º49.15%65.29%-
HSV(B)320.69º41.43%82.35%-
XYZ41.931.1646.99-
YUV155.51141.82166.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 123 (48.44% from 255) = 23.98%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=40.94%
G=23.98%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012318000.410.140.18320.6949.1565.29
HexD27BB4029E121413141
Octal322173264051162250161101
Binary1101001011110111011010001010011110100101010000011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27BB4; }

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

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

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

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

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

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

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

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