Html Css Color HEX #D973B8 Persian Pink

📋 copy color: '#D973B8'

red 217 ◦ green 115 ◦ blue 184

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

Shades of Persian Pink #D973B8

Tints of Persian Pink #D973B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.66%

R = 42.05%
G = 22.29%
B = 35.66%

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

#D973B8 (or 0xD973B8) is known color: Persian Pink. HEX triplet: D9, 73 and B8. RGB value is (217,115,184). Sum of RGB (Red+Green+Blue) = 217+115+184=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D973B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973B8 is #268C47. Grayscale: #999999. Windows color (decimal): -2526280 or 12088281. OLE color: 12088281.

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

Color convert

RGB 217 115 184 -
CMYK 0 0.47 0.15 0.15
HSL 319.41º 0.57% 0.65% -
HSV(B) 319.41º 0.47% 0.85% -
XYZ 43.4 30.47 48.94 -
YUV 153.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 217 115 184 0 0.47 0.15 0.15 319.41 0.57 0.65
Hex D9 73 B8 0 2F F F 13F 39 41
Octal 331 163 270 0 57 17 17 477 71 101
Binary 11011001 1110011 10111000 0 101111 1111 1111 100111111 111001 1000001

Color Harmonies of #D973B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973B8

Black with #D973B8

Text Example


Text Example

White with #D973B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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