Html Css Color HEX #D973B5 Persian Pink

📋 copy color: '#D973B5'

red 217 ◦ green 115 ◦ blue 181

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

Shades of Persian Pink #D973B5

Tints of Persian Pink #D973B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.28%

R = 42.3%
G = 22.42%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D973B5 (or 0xD973B5) is known color: Persian Pink. HEX triplet: D9, 73 and B5. RGB value is (217,115,181). Sum of RGB (Red+Green+Blue) = 217+115+181=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D973B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973B5 is #268C4A. Grayscale: #989898. Windows color (decimal): -2526283 or 11891673. OLE color: 11891673.

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

Color convert

RGB 217 115 181 -
CMYK 0 0.47 0.17 0.15
HSL 321.18º 0.57% 0.65% -
HSV(B) 321.18º 0.47% 0.85% -
XYZ 43.09 30.35 47.3 -
YUV 153.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 217 115 181 0 0.47 0.17 0.15 321.18 0.57 0.65
Hex D9 73 B5 0 2F 11 F 141 39 41
Octal 331 163 265 0 57 21 17 501 71 101
Binary 11011001 1110011 10110101 0 101111 10001 1111 101000001 111001 1000001

Color Harmonies of #D973B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973B5

Black with #D973B5

Text Example


Text Example

White with #D973B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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