Html Css Color HEX #D973BA Persian Pink

📋 copy color: '#D973BA'

red 217 ◦ green 115 ◦ blue 186

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

Shades of Persian Pink #D973BA

Tints of Persian Pink #D973BA

RGB

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

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

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

R = 41.89%
G = 22.2%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D973BA (or 0xD973BA) is known color: Persian Pink. HEX triplet: D9, 73 and BA. RGB value is (217,115,186). Sum of RGB (Red+Green+Blue) = 217+115+186=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D973BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973BA is #268C45. Grayscale: #999999. Windows color (decimal): -2526278 or 12219353. OLE color: 12219353.

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

Color convert

RGB 217 115 186 -
CMYK 0 0.47 0.14 0.15
HSL 318.24º 0.57% 0.65% -
HSV(B) 318.24º 0.47% 0.85% -
XYZ 43.61 30.56 50.05 -
YUV 153.59 146.29 173.23 -
System Red Green Blue C M Y K H S L
Decimal 217 115 186 0 0.47 0.14 0.15 318.24 0.57 0.65
Hex D9 73 BA 0 2F E F 13E 39 41
Octal 331 163 272 0 57 16 17 476 71 101
Binary 11011001 1110011 10111010 0 101111 1110 1111 100111110 111001 1000001

Color Harmonies of #D973BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973BA

Black with #D973BA

Text Example


Text Example

White with #D973BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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