Html Css Color HEX #D975B7 Persian Pink

📋 copy color: '#D975B7'

red 217 ◦ green 117 ◦ blue 183

#D975B7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #D975B7

Tints of Persian Pink #D975B7

RGB

 RED value IS 217 (85.16% from 255) = 41.97%

 GREEN value IS 117 (46.09% from 255) = 22.63%

 BLUE value IS 183 (71.88% from 255) = 35.4%

R = 41.97%
G = 22.63%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D975B7 (or 0xD975B7) is known color: Persian Pink. HEX triplet: D9, 75 and B7. RGB value is (217,117,183). Sum of RGB (Red+Green+Blue) = 217+117+183=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D975B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975B7 is #268A48. Grayscale: #9A9A9A. Windows color (decimal): -2525769 or 12023257. OLE color: 12023257.

HSL color Cylindrical-coordinate representation of color #D975B7: hue angle of 320.4º 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 #D975B7 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 117 183 -
CMYK 0 0.46 0.16 0.15
HSL 320.4º 0.57% 0.65% -
HSV(B) 320.4º 0.46% 0.85% -
XYZ 43.52 30.89 48.47 -
YUV 154.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 217 117 183 0 0.46 0.16 0.15 320.4 0.57 0.65
Hex D9 75 B7 0 2E 10 F 140 39 41
Octal 331 165 267 0 56 20 17 500 71 101
Binary 11011001 1110101 10110111 0 101110 10000 1111 101000000 111001 1000001

Color Harmonies of #D975B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975B7

Black with #D975B7

Text Example


Text Example

White with #D975B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975B7; }

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

 H1.HeaderClassName
 {
   color: #D975B7;
 }
 .AnyTagClassName
 {
   color: #D975B7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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