Html Css Color HEX #D97FBA Persian Pink

📋 copy color: '#D97FBA'

red 217 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #D97FBA

Tints of Persian Pink #D97FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.09%

R = 40.94%
G = 23.96%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D97FBA (or 0xD97FBA) is known color: Persian Pink. HEX triplet: D9, 7F and BA. RGB value is (217,127,186). Sum of RGB (Red+Green+Blue) = 217+127+186=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FBA is #268045. Grayscale: #A0A0A0. Windows color (decimal): -2523206 or 12222425. OLE color: 12222425.

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

Color convert

RGB 217 127 186 -
CMYK 0 0.41 0.14 0.15
HSL 320.67º 0.54% 0.67% -
HSV(B) 320.67º 0.41% 0.85% -
XYZ 45.07 33.48 50.54 -
YUV 160.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 217 127 186 0 0.41 0.14 0.15 320.67 0.54 0.67
Hex D9 7F BA 0 29 E F 141 36 43
Octal 331 177 272 0 51 16 17 501 66 103
Binary 11011001 1111111 10111010 0 101001 1110 1111 101000001 110110 1000011

Color Harmonies of #D97FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FBA

Black with #D97FBA

Text Example


Text Example

White with #D97FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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