Html Css Color HEX #D97AB4 Persian Pink

📋 copy color: '#D97AB4'

red 217 ◦ green 122 ◦ blue 180

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

Shades of Persian Pink #D97AB4

Tints of Persian Pink #D97AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.68%

R = 41.81%
G = 23.51%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D97AB4 (or 0xD97AB4) is known color: Persian Pink. HEX triplet: D9, 7A and B4. RGB value is (217,122,180). Sum of RGB (Red+Green+Blue) = 217+122+180=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97AB4 is #26854B. Grayscale: #9C9C9C. Windows color (decimal): -2524492 or 11827929. OLE color: 11827929.

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

Color convert

RGB 217 122 180 -
CMYK 0 0.44 0.17 0.15
HSL 323.37º 0.56% 0.66% -
HSV(B) 323.37º 0.44% 0.85% -
XYZ 43.81 31.97 47.04 -
YUV 157.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 217 122 180 0 0.44 0.17 0.15 323.37 0.56 0.66
Hex D9 7A B4 0 2C 11 F 143 38 42
Octal 331 172 264 0 54 21 17 503 70 102
Binary 11011001 1111010 10110100 0 101100 10001 1111 101000011 111000 1000010

Color Harmonies of #D97AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97AB4

Black with #D97AB4

Text Example


Text Example

White with #D97AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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