Html Css Color HEX #D97AB2 Persian Pink

📋 copy color: '#D97AB2'

red 217 ◦ green 122 ◦ blue 178

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

Shades of Persian Pink #D97AB2

Tints of Persian Pink #D97AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.43%

R = 41.97%
G = 23.6%
B = 34.43%

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

#D97AB2 (or 0xD97AB2) is known color: Persian Pink. HEX triplet: D9, 7A and B2. RGB value is (217,122,178). Sum of RGB (Red+Green+Blue) = 217+122+178=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97AB2 is #26854D. Grayscale: #9C9C9C. Windows color (decimal): -2524494 or 11696857. OLE color: 11696857.

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

Color convert

RGB 217 122 178 -
CMYK 0 0.44 0.18 0.15
HSL 324.63º 0.56% 0.66% -
HSV(B) 324.63º 0.44% 0.85% -
XYZ 43.61 31.89 45.98 -
YUV 156.79 139.97 170.95 -
System Red Green Blue C M Y K H S L
Decimal 217 122 178 0 0.44 0.18 0.15 324.63 0.56 0.66
Hex D9 7A B2 0 2C 12 F 145 38 42
Octal 331 172 262 0 54 22 17 505 70 102
Binary 11011001 1111010 10110010 0 101100 10010 1111 101000101 111000 1000010

Color Harmonies of #D97AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97AB2

Black with #D97AB2

Text Example


Text Example

White with #D97AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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