Html Css Color HEX #D971B7 Persian Pink

📋 copy color: '#D971B7'

red 217 ◦ green 113 ◦ blue 183

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

Shades of Persian Pink #D971B7

Tints of Persian Pink #D971B7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.03%

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

R = 42.3%
G = 22.03%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D971B7 (or 0xD971B7) is known color: Persian Pink. HEX triplet: D9, 71 and B7. RGB value is (217,113,183). Sum of RGB (Red+Green+Blue) = 217+113+183=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D971B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971B7 is #268E48. Grayscale: #979797. Windows color (decimal): -2526793 or 12022233. OLE color: 12022233.

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

Color convert

RGB 217 113 183 -
CMYK 0 0.48 0.16 0.15
HSL 319.62º 0.58% 0.65% -
HSV(B) 319.62º 0.48% 0.85% -
XYZ 43.07 29.98 48.32 -
YUV 152.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 217 113 183 0 0.48 0.16 0.15 319.62 0.58 0.65
Hex D9 71 B7 0 30 10 F 140 3A 41
Octal 331 161 267 0 60 20 17 500 72 101
Binary 11011001 1110001 10110111 0 110000 10000 1111 101000000 111010 1000001

Color Harmonies of #D971B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971B7

Black with #D971B7

Text Example


Text Example

White with #D971B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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