#D775B4

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

Shades of Persian Pink #D775B4

Tints of Persian Pink #D775B4

Color information

#D775B4 (or 0xD775B4) is unknown color: approx Persian Pink. HEX triplet: D7, 75 and B4. RGB value is (215,117,180). Sum of RGB (Red+Green+Blue) = 215+117+180=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D775B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775B4 is #288A4B. Grayscale: #999999. Windows color (decimal): -2656844 or 11826647. OLE color: 11826647.

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

Color convert

RGB215117180-
CMYK00.460.160.16
HSL321.43º55.06%65.1%-
HSV(B)321.43º45.58%84.31%-
XYZ42.6230.4646.81-
YUV153.48142.97171.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.99%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 180 (70.70% from 255) = 35.16%
R=41.99%
G=22.85%
B=35.16%

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
Decimal21511718000.460.160.16321.4355.0665.1
HexD775B402E10101413741
Octal327165264056202050167101
Binary11010111111010110110100010111010000100001010000011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D775B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D775B4; }

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

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

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

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

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

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

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

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