Html Css Color HEX #D97ABB Persian Pink

📋 copy color: '#D97ABB'

red 217 ◦ green 122 ◦ blue 187

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

Shades of Persian Pink #D97ABB

Tints of Persian Pink #D97ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.55%

R = 41.25%
G = 23.19%
B = 35.55%

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

#D97ABB (or 0xD97ABB) is known color: Persian Pink. HEX triplet: D9, 7A and BB. RGB value is (217,122,187). Sum of RGB (Red+Green+Blue) = 217+122+187=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ABB is #268544. Grayscale: #9D9D9D. Windows color (decimal): -2524485 or 12286681. OLE color: 12286681.

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

Color convert

RGB 217 122 187 -
CMYK 0 0.44 0.14 0.15
HSL 318.95º 0.56% 0.66% -
HSV(B) 318.95º 0.44% 0.85% -
XYZ 44.54 32.26 50.89 -
YUV 157.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 217 122 187 0 0.44 0.14 0.15 318.95 0.56 0.66
Hex D9 7A BB 0 2C E F 13F 38 42
Octal 331 172 273 0 54 16 17 477 70 102
Binary 11011001 1111010 10111011 0 101100 1110 1111 100111111 111000 1000010

Color Harmonies of #D97ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97ABB

Black with #D97ABB

Text Example


Text Example

White with #D97ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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