Html Css Color HEX #D97FB7 Persian Pink

📋 copy color: '#D97FB7'

red 217 ◦ green 127 ◦ blue 183

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

Shades of Persian Pink #D97FB7

Tints of Persian Pink #D97FB7

RGB

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

 GREEN value IS 127 (50% from 255) = 24.1%

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

R = 41.18%
G = 24.1%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D97FB7 (or 0xD97FB7) is known color: Persian Pink. HEX triplet: D9, 7F and B7. RGB value is (217,127,183). Sum of RGB (Red+Green+Blue) = 217+127+183=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FB7 is #268048. Grayscale: #A0A0A0. Windows color (decimal): -2523209 or 12025817. OLE color: 12025817.

HSL color Cylindrical-coordinate representation of color #D97FB7: hue angle of 322.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D97FB7 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 127 183 -
CMYK 0 0.41 0.16 0.15
HSL 322.67º 0.54% 0.67% -
HSV(B) 322.67º 0.41% 0.85% -
XYZ 44.75 33.35 48.88 -
YUV 160.29 140.82 168.45 -
System Red Green Blue C M Y K H S L
Decimal 217 127 183 0 0.41 0.16 0.15 322.67 0.54 0.67
Hex D9 7F B7 0 29 10 F 143 36 43
Octal 331 177 267 0 51 20 17 503 66 103
Binary 11011001 1111111 10110111 0 101001 10000 1111 101000011 110110 1000011

Color Harmonies of #D97FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FB7

Black with #D97FB7

Text Example


Text Example

White with #D97FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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