#D775B5

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

Shades of Persian Pink #D775B5

Tints of Persian Pink #D775B5

Color information

#D775B5 (or 0xD775B5) is unknown color: approx Persian Pink. HEX triplet: D7, 75 and B5. RGB value is (215,117,181). Sum of RGB (Red+Green+Blue) = 215+117+181=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D775B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775B5 is #288A4A. Grayscale: #999999. Windows color (decimal): -2656843 or 11892183. OLE color: 11892183.

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

Color convert

RGB215117181-
CMYK00.460.160.16
HSL320.82º55.06%65.1%-
HSV(B)320.82º45.58%84.31%-
XYZ42.7330.5147.35-
YUV153.6143.47171.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.91%
GREEN value IS 117 (46.09% from 255) = 22.81%
BLUE value IS 181 (71.09% from 255) = 35.28%
R=41.91%
G=22.81%
B=35.28%

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
Decimal21511718100.460.160.16320.8255.0665.1
HexD775B502E10101413741
Octal327165265056202050167101
Binary11010111111010110110101010111010000100001010000011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D775B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D775B5; }

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

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

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

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

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

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

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

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