Html Css Color HEX #D97AB3 Persian Pink

📋 copy color: '#D97AB3'

red 217 ◦ green 122 ◦ blue 179

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

Shades of Persian Pink #D97AB3

Tints of Persian Pink #D97AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.56%

R = 41.89%
G = 23.55%
B = 34.56%

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

#D97AB3 (or 0xD97AB3) is known color: Persian Pink. HEX triplet: D9, 7A and B3. RGB value is (217,122,179). Sum of RGB (Red+Green+Blue) = 217+122+179=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97AB3 is #26854C. Grayscale: #9C9C9C. Windows color (decimal): -2524493 or 11762393. OLE color: 11762393.

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

Color convert

RGB 217 122 179 -
CMYK 0 0.44 0.18 0.15
HSL 324º 0.56% 0.66% -
HSV(B) 324º 0.44% 0.85% -
XYZ 43.71 31.93 46.51 -
YUV 156.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 217 122 179 0 0.44 0.18 0.15 324 0.56 0.66
Hex D9 7A B3 0 2C 12 F 144 38 42
Octal 331 172 263 0 54 22 17 504 70 102
Binary 11011001 1111010 10110011 0 101100 10010 1111 101000100 111000 1000010

Color Harmonies of #D97AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97AB3

Black with #D97AB3

Text Example


Text Example

White with #D97AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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