#D774B1

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

Shades of Persian Pink #D774B1

Tints of Persian Pink #D774B1

Color information

#D774B1 (or 0xD774B1) is unknown color: approx Persian Pink. HEX triplet: D7, 74 and B1. RGB value is (215,116,177). Sum of RGB (Red+Green+Blue) = 215+116+177=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D774B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D774B1 is #288B4E. Grayscale: #989898. Windows color (decimal): -2657103 or 11629783. OLE color: 11629783.

HSL color Cylindrical-coordinate representation of color #D774B1: hue angle of 323.03º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D774B1 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB215116177-
CMYK00.460.180.16
HSL323.03º55.31%64.9%-
HSV(B)323.03º46.05%84.31%-
XYZ42.2130.1145.18-
YUV152.56141.8172.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.32%
GREEN value IS 116 (45.70% from 255) = 22.83%
BLUE value IS 177 (69.53% from 255) = 34.84%
R=42.32%
G=22.83%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511617700.460.180.16323.0355.3164.9
HexD774B102E12101433741
Octal327164261056222050367101
Binary11010111111010010110001010111010010100001010000111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D774B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D774B1; }

 p { color: rgb(215,116,177); }

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

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

 a { background-color: rgb(215,116,177); }

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

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

 span { border-color: rgb(215,116,177); }

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