#D969B5

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

Shades of Persian Pink #D969B5

Tints of Persian Pink #D969B5

Color information

#D969B5 (or 0xD969B5) is unknown color: approx Persian Pink. HEX triplet: D9, 69 and B5. RGB value is (217,105,181). Sum of RGB (Red+Green+Blue) = 217+105+181=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D969B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969B5 is #26964A. Grayscale: #929292. Windows color (decimal): -2528843 or 11889113. OLE color: 11889113.

HSL color Cylindrical-coordinate representation of color #D969B5: hue angle of 319.29º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D969B5 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB217105181-
CMYK00.520.170.15
HSL319.29º59.57%63.14%-
HSV(B)319.29º51.61%85.1%-
XYZ42.0128.1946.94-
YUV147.15147.11177.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.14%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 181 (71.09% from 255) = 35.98%
R=43.14%
G=20.87%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710518100.520.170.15319.2959.5763.14
HexD969B503411F13f3c3f
Octal33115126506421174777477
Binary110110011101001101101010110100100011111100111111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D969B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D969B5; }

 p { color: rgb(217,105,181); }

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

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

 a { background-color: rgb(217,105,181); }

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

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

 span { border-color: rgb(217,105,181); }

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