Html Css Color HEX #D97ABA Persian Pink

📋 copy color: '#D97ABA'

red 217 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #D97ABA

Tints of Persian Pink #D97ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.43%

R = 41.33%
G = 23.24%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D97ABA (or 0xD97ABA) is known color: Persian Pink. HEX triplet: D9, 7A and BA. RGB value is (217,122,186). Sum of RGB (Red+Green+Blue) = 217+122+186=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ABA is #268545. Grayscale: #9D9D9D. Windows color (decimal): -2524486 or 12221145. OLE color: 12221145.

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

Color convert

RGB 217 122 186 -
CMYK 0 0.44 0.14 0.15
HSL 319.58º 0.56% 0.66% -
HSV(B) 319.58º 0.44% 0.85% -
XYZ 44.44 32.22 50.33 -
YUV 157.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 217 122 186 0 0.44 0.14 0.15 319.58 0.56 0.66
Hex D9 7A BA 0 2C E F 140 38 42
Octal 331 172 272 0 54 16 17 500 70 102
Binary 11011001 1111010 10111010 0 101100 1110 1111 101000000 111000 1000010

Color Harmonies of #D97ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97ABA

Black with #D97ABA

Text Example


Text Example

White with #D97ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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