#DA7FBD

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

Shades of Persian Pink #DA7FBD

Tints of Persian Pink #DA7FBD

Color information

#DA7FBD (or 0xDA7FBD) is unknown color: approx Persian Pink. HEX triplet: DA, 7F and BD. RGB value is (218,127,189). Sum of RGB (Red+Green+Blue) = 218+127+189=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FBD is #258042. Grayscale: #A1A1A1. Windows color (decimal): -2457667 or 12419034. OLE color: 12419034.

HSL color Cylindrical-coordinate representation of color #DA7FBD: hue angle of 319.12º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FBD is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218127189-
CMYK00.420.130.15
HSL319.12º55.15%67.65%-
HSV(B)319.12º41.74%85.49%-
XYZ45.6933.7652.25-
YUV161.28143.65168.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 127 (50% from 255) = 23.78%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=40.82%
G=23.78%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812718900.420.130.15319.1255.1567.65
HexDA7FBD02ADF13f3744
Octal332177275052151747767104
Binary110110101111111101111010101010110111111001111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FBD; }

 p { color: rgb(218,127,189); }

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

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

 a { background-color: rgb(218,127,189); }

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

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

 span { border-color: rgb(218,127,189); }

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