Html Css Color HEX #D97EB8 Persian Pink

📋 copy color: '#D97EB8'

red 217 ◦ green 126 ◦ blue 184

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

Shades of Persian Pink #D97EB8

Tints of Persian Pink #D97EB8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.91%

 BLUE value IS 184 (72.27% from 255) = 34.91%

R = 41.18%
G = 23.91%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D97EB8 (or 0xD97EB8) is known color: Persian Pink. HEX triplet: D9, 7E and B8. RGB value is (217,126,184). Sum of RGB (Red+Green+Blue) = 217+126+184=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D97EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97EB8 is #268147. Grayscale: #9F9F9F. Windows color (decimal): -2523464 or 12091097. OLE color: 12091097.

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

Color convert

RGB 217 126 184 -
CMYK 0 0.42 0.15 0.15
HSL 321.76º 0.54% 0.67% -
HSV(B) 321.76º 0.42% 0.85% -
XYZ 44.73 33.13 49.39 -
YUV 159.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 217 126 184 0 0.42 0.15 0.15 321.76 0.54 0.67
Hex D9 7E B8 0 2A F F 142 36 43
Octal 331 176 270 0 52 17 17 502 66 103
Binary 11011001 1111110 10111000 0 101010 1111 1111 101000010 110110 1000011

Color Harmonies of #D97EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97EB8

Black with #D97EB8

Text Example


Text Example

White with #D97EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97EB8; }

 p { color: rgb(217,126,184); }

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

background-color css

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

 a { background-color: rgb(217,126,184); }

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

border-color css

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

 span { border-color: rgb(217,126,184); }

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