Html Css Color HEX #D97DB9 Persian Pink

📋 copy color: '#D97DB9'

red 217 ◦ green 125 ◦ blue 185

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

Shades of Persian Pink #D97DB9

Tints of Persian Pink #D97DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.72%

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

R = 41.18%
G = 23.72%
B = 35.1%

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

#D97DB9 (or 0xD97DB9) is known color: Persian Pink. HEX triplet: D9, 7D and B9. RGB value is (217,125,185). Sum of RGB (Red+Green+Blue) = 217+125+185=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DB9 is #268246. Grayscale: #9F9F9F. Windows color (decimal): -2523719 or 12156377. OLE color: 12156377.

HSL color Cylindrical-coordinate representation of color #D97DB9: hue angle of 320.87º degrees, saturation: 0.55, 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 #D97DB9 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 125 185 -
CMYK 0 0.42 0.15 0.15
HSL 320.87º 0.55% 0.67% -
HSV(B) 320.87º 0.42% 0.85% -
XYZ 44.71 32.92 49.9 -
YUV 159.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 217 125 185 0 0.42 0.15 0.15 320.87 0.55 0.67
Hex D9 7D B9 0 2A F F 141 37 43
Octal 331 175 271 0 52 17 17 501 67 103
Binary 11011001 1111101 10111001 0 101010 1111 1111 101000001 110111 1000011

Color Harmonies of #D97DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97DB9

Black with #D97DB9

Text Example


Text Example

White with #D97DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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