Html Css Color HEX #D97AB9 Persian Pink

📋 copy color: '#D97AB9'

red 217 ◦ green 122 ◦ blue 185

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

Shades of Persian Pink #D97AB9

Tints of Persian Pink #D97AB9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.28%

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

R = 41.41%
G = 23.28%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D97AB9 (or 0xD97AB9) is known color: Persian Pink. HEX triplet: D9, 7A and B9. RGB value is (217,122,185). Sum of RGB (Red+Green+Blue) = 217+122+185=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97AB9 is #268546. Grayscale: #9D9D9D. Windows color (decimal): -2524487 or 12155609. OLE color: 12155609.

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

Color convert

RGB 217 122 185 -
CMYK 0 0.44 0.15 0.15
HSL 320.21º 0.56% 0.66% -
HSV(B) 320.21º 0.44% 0.85% -
XYZ 44.33 32.17 49.77 -
YUV 157.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 217 122 185 0 0.44 0.15 0.15 320.21 0.56 0.66
Hex D9 7A B9 0 2C F F 140 38 42
Octal 331 172 271 0 54 17 17 500 70 102
Binary 11011001 1111010 10111001 0 101100 1111 1111 101000000 111000 1000010

Color Harmonies of #D97AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97AB9

Black with #D97AB9

Text Example


Text Example

White with #D97AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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