#D76CB5

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

Shades of Persian Pink #D76CB5

Tints of Persian Pink #D76CB5

Color information

#D76CB5 (or 0xD76CB5) is unknown color: approx Persian Pink. HEX triplet: D7, 6C and B5. RGB value is (215,108,181). Sum of RGB (Red+Green+Blue) = 215+108+181=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CB5 is #28934A. Grayscale: #949494. Windows color (decimal): -2659147 or 11889879. OLE color: 11889879.

HSL color Cylindrical-coordinate representation of color #D76CB5: hue angle of 319.07º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CB5 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB215108181-
CMYK00.500.160.16
HSL319.07º57.22%63.33%-
HSV(B)319.07º49.77%84.31%-
XYZ41.7328.5147.02-
YUV148.32146.45175.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 108 (42.58% from 255) = 21.43%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=42.66%
G=21.43%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510818100.500.160.16319.0757.2263.33
HexD76CB5032101013f393f
Octal32715426506220204777177
Binary1101011111011001011010101100101000010000100111111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76CB5; }

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

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

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

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

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

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

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

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