#D76DB3

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

Shades of Persian Pink #D76DB3

Tints of Persian Pink #D76DB3

Color information

#D76DB3 (or 0xD76DB3) is unknown color: approx Persian Pink. HEX triplet: D7, 6D and B3. RGB value is (215,109,179). Sum of RGB (Red+Green+Blue) = 215+109+179=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DB3 is #28924C. Grayscale: #949494. Windows color (decimal): -2658893 or 11759063. OLE color: 11759063.

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

Color convert

RGB215109179-
CMYK00.490.170.16
HSL320.38º56.99%63.53%-
HSV(B)320.38º49.3%84.31%-
XYZ41.6328.6445.98-
YUV148.67145.12175.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.74%
GREEN value IS 109 (42.97% from 255) = 21.67%
BLUE value IS 179 (70.31% from 255) = 35.59%
R=42.74%
G=21.67%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510917900.490.170.16320.3856.9963.53
HexD76DB303111101403940
Octal327155263061212050071100
Binary11010111110110110110011011000110001100001010000001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76DB3; }

 p { color: rgb(215,109,179); }

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

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

 a { background-color: rgb(215,109,179); }

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

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

 span { border-color: rgb(215,109,179); }

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