Html Css Color HEX #D97FB6 Persian Pink

📋 copy color: '#D97FB6'

red 217 ◦ green 127 ◦ blue 182

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

Shades of Persian Pink #D97FB6

Tints of Persian Pink #D97FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.6%

R = 41.25%
G = 24.14%
B = 34.6%

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

#D97FB6 (or 0xD97FB6) is known color: Persian Pink. HEX triplet: D9, 7F and B6. RGB value is (217,127,182). Sum of RGB (Red+Green+Blue) = 217+127+182=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FB6 is #268049. Grayscale: #A0A0A0. Windows color (decimal): -2523210 or 11960281. OLE color: 11960281.

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

Color convert

RGB 217 127 182 -
CMYK 0 0.41 0.16 0.15
HSL 323.33º 0.54% 0.67% -
HSV(B) 323.33º 0.41% 0.85% -
XYZ 44.65 33.31 48.33 -
YUV 160.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 217 127 182 0 0.41 0.16 0.15 323.33 0.54 0.67
Hex D9 7F B6 0 29 10 F 143 36 43
Octal 331 177 266 0 51 20 17 503 66 103
Binary 11011001 1111111 10110110 0 101001 10000 1111 101000011 110110 1000011

Color Harmonies of #D97FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FB6

Black with #D97FB6

Text Example


Text Example

White with #D97FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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