Html Css Color HEX #D97AB1 Persian Pink

📋 copy color: '#D97AB1'

red 217 ◦ green 122 ◦ blue 177

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

Shades of Persian Pink #D97AB1

Tints of Persian Pink #D97AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.3%

R = 42.05%
G = 23.64%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D97AB1 (or 0xD97AB1) is known color: Persian Pink. HEX triplet: D9, 7A and B1. RGB value is (217,122,177). Sum of RGB (Red+Green+Blue) = 217+122+177=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97AB1 is #26854E. Grayscale: #9C9C9C. Windows color (decimal): -2524495 or 11631321. OLE color: 11631321.

HSL color Cylindrical-coordinate representation of color #D97AB1: hue angle of 325.26º 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 #D97AB1 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 122 177 -
CMYK 0 0.44 0.18 0.15
HSL 325.26º 0.56% 0.66% -
HSV(B) 325.26º 0.44% 0.85% -
XYZ 43.51 31.85 45.45 -
YUV 156.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 217 122 177 0 0.44 0.18 0.15 325.26 0.56 0.66
Hex D9 7A B1 0 2C 12 F 145 38 42
Octal 331 172 261 0 54 22 17 505 70 102
Binary 11011001 1111010 10110001 0 101100 10010 1111 101000101 111000 1000010

Color Harmonies of #D97AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97AB1

Black with #D97AB1

Text Example


Text Example

White with #D97AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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