#D774B5

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

Shades of Persian Pink #D774B5

Tints of Persian Pink #D774B5

Color information

#D774B5 (or 0xD774B5) is unknown color: approx Persian Pink. HEX triplet: D7, 74 and B5. RGB value is (215,116,181). Sum of RGB (Red+Green+Blue) = 215+116+181=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D774B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774B5 is #288B4A. Grayscale: #989898. Windows color (decimal): -2657099 or 11891927. OLE color: 11891927.

HSL color Cylindrical-coordinate representation of color #D774B5: hue angle of 320.61º 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 #D774B5 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB215116181-
CMYK00.460.160.16
HSL320.61º55.31%64.9%-
HSV(B)320.61º46.05%84.31%-
XYZ42.6130.2747.31-
YUV153.01143.8172.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.99%
GREEN value IS 116 (45.70% from 255) = 22.66%
BLUE value IS 181 (71.09% from 255) = 35.35%
R=41.99%
G=22.66%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511618100.460.160.16320.6155.3164.9
HexD774B502E10101413741
Octal327164265056202050167101
Binary11010111111010010110101010111010000100001010000011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D774B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D774B5; }

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

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

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

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

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

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

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

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