#D975B3

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

Shades of Persian Pink #D975B3

Tints of Persian Pink #D975B3

Color information

#D975B3 (or 0xD975B3) is unknown color: approx Persian Pink. HEX triplet: D9, 75 and B3. RGB value is (217,117,179). Sum of RGB (Red+Green+Blue) = 217+117+179=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D975B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975B3 is #268A4C. Grayscale: #999999. Windows color (decimal): -2525773 or 11761113. OLE color: 11761113.

HSL color Cylindrical-coordinate representation of color #D975B3: hue angle of 322.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D975B3 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217117179-
CMYK00.460.180.15
HSL322.8º56.82%65.49%-
HSV(B)322.8º46.08%85.1%-
XYZ43.1130.7346.31-
YUV153.97142.13172.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 117 (46.09% from 255) = 22.81%
BLUE value IS 179 (70.31% from 255) = 34.89%
R=42.30%
G=22.81%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711717900.460.180.15322.856.8265.49
HexD975B302E12F1433941
Octal331165263056221750371101
Binary1101100111101011011001101011101001011111010000111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D975B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D975B3; }

 p { color: rgb(217,117,179); }

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

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

 a { background-color: rgb(217,117,179); }

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

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

 span { border-color: rgb(217,117,179); }

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