#FD7DB7

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

Shades of Persian Pink #FD7DB7

Tints of Persian Pink #FD7DB7

Color information

#FD7DB7 (or 0xFD7DB7) is unknown color: approx Persian Pink. HEX triplet: FD, 7D and B7. RGB value is (253,125,183). Sum of RGB (Red+Green+Blue) = 253+125+183=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7DB7 is #028248. Grayscale: #A9A9A9. Windows color (decimal): -164425 or 12025341. OLE color: 12025341.

HSL color Cylindrical-coordinate representation of color #FD7DB7: hue angle of 332.81º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7DB7 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB253125183-
CMYK00.510.280.01
HSL332.81º96.97%74.12%-
HSV(B)332.81º50.59%99.22%-
XYZ56.3938.9749.35-
YUV169.88135.41187.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.10%
GREEN value IS 125 (49.22% from 255) = 22.28%
BLUE value IS 183 (71.88% from 255) = 32.62%
R=45.10%
G=22.28%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312518300.510.280.01332.8196.9774.12
HexFD7DB70331C114d614a
Octal375175267063341515141112
Binary11111101111110110110111011001111100110100110111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7DB7; }

 p { color: rgb(253,125,183); }

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

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

 a { background-color: rgb(253,125,183); }

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

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

 span { border-color: rgb(253,125,183); }

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