Html Css Color HEX #D973B7 Persian Pink

📋 copy color: '#D973B7'

red 217 ◦ green 115 ◦ blue 183

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

Shades of Persian Pink #D973B7

Tints of Persian Pink #D973B7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.33%

 BLUE value IS 183 (71.88% from 255) = 35.53%

R = 42.14%
G = 22.33%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D973B7 (or 0xD973B7) is known color: Persian Pink. HEX triplet: D9, 73 and B7. RGB value is (217,115,183). Sum of RGB (Red+Green+Blue) = 217+115+183=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D973B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973B7 is #268C48. Grayscale: #999999. Windows color (decimal): -2526281 or 12022745. OLE color: 12022745.

HSL color Cylindrical-coordinate representation of color #D973B7: hue angle of 320º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D973B7 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 115 183 -
CMYK 0 0.47 0.16 0.15
HSL 320º 0.57% 0.65% -
HSV(B) 320º 0.47% 0.85% -
XYZ 43.29 30.43 48.39 -
YUV 153.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 217 115 183 0 0.47 0.16 0.15 320 0.57 0.65
Hex D9 73 B7 0 2F 10 F 140 39 41
Octal 331 163 267 0 57 20 17 500 71 101
Binary 11011001 1110011 10110111 0 101111 10000 1111 101000000 111001 1000001

Color Harmonies of #D973B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973B7

Black with #D973B7

Text Example


Text Example

White with #D973B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973B7; }

 p { color: rgb(217,115,183); }

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

background-color css

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

 a { background-color: rgb(217,115,183); }

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

border-color css

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

 span { border-color: rgb(217,115,183); }

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