Html Css Color HEX #D97FB9 Persian Pink

📋 copy color: '#D97FB9'

red 217 ◦ green 127 ◦ blue 185

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

Shades of Persian Pink #D97FB9

Tints of Persian Pink #D97FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.97%

R = 41.02%
G = 24.01%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D97FB9 (or 0xD97FB9) is known color: Persian Pink. HEX triplet: D9, 7F and B9. RGB value is (217,127,185). Sum of RGB (Red+Green+Blue) = 217+127+185=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FB9 is #268046. Grayscale: #A0A0A0. Windows color (decimal): -2523207 or 12156889. OLE color: 12156889.

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

Color convert

RGB 217 127 185 -
CMYK 0 0.41 0.15 0.15
HSL 321.33º 0.54% 0.67% -
HSV(B) 321.33º 0.41% 0.85% -
XYZ 44.96 33.43 49.98 -
YUV 160.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 217 127 185 0 0.41 0.15 0.15 321.33 0.54 0.67
Hex D9 7F B9 0 29 F F 141 36 43
Octal 331 177 271 0 51 17 17 501 66 103
Binary 11011001 1111111 10111001 0 101001 1111 1111 101000001 110110 1000011

Color Harmonies of #D97FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FB9

Black with #D97FB9

Text Example


Text Example

White with #D97FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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