Html Css Color HEX #D973B9 Persian Pink

📋 copy color: '#D973B9'

red 217 ◦ green 115 ◦ blue 185

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

Shades of Persian Pink #D973B9

Tints of Persian Pink #D973B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.78%

R = 41.97%
G = 22.24%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D973B9 (or 0xD973B9) is known color: Persian Pink. HEX triplet: D9, 73 and B9. RGB value is (217,115,185). Sum of RGB (Red+Green+Blue) = 217+115+185=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D973B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973B9 is #268C46. Grayscale: #999999. Windows color (decimal): -2526279 or 12153817. OLE color: 12153817.

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

Color convert

RGB 217 115 185 -
CMYK 0 0.47 0.15 0.15
HSL 318.82º 0.57% 0.65% -
HSV(B) 318.82º 0.47% 0.85% -
XYZ 43.5 30.52 49.5 -
YUV 153.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 217 115 185 0 0.47 0.15 0.15 318.82 0.57 0.65
Hex D9 73 B9 0 2F F F 13F 39 41
Octal 331 163 271 0 57 17 17 477 71 101
Binary 11011001 1110011 10111001 0 101111 1111 1111 100111111 111001 1000001

Color Harmonies of #D973B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973B9

Black with #D973B9

Text Example


Text Example

White with #D973B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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