Html Css Color HEX #D971B5 Persian Pink

📋 copy color: '#D971B5'

red 217 ◦ green 113 ◦ blue 181

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

Shades of Persian Pink #D971B5

Tints of Persian Pink #D971B5

RGB

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

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

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

R = 42.47%
G = 22.11%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D971B5 (or 0xD971B5) is known color: Persian Pink. HEX triplet: D9, 71 and B5. RGB value is (217,113,181). Sum of RGB (Red+Green+Blue) = 217+113+181=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D971B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971B5 is #268E4A. Grayscale: #979797. Windows color (decimal): -2526795 or 11891161. OLE color: 11891161.

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

Color convert

RGB 217 113 181 -
CMYK 0 0.48 0.17 0.15
HSL 320.77º 0.58% 0.65% -
HSV(B) 320.77º 0.48% 0.85% -
XYZ 42.86 29.9 47.23 -
YUV 151.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 217 113 181 0 0.48 0.17 0.15 320.77 0.58 0.65
Hex D9 71 B5 0 30 11 F 141 3A 41
Octal 331 161 265 0 60 21 17 501 72 101
Binary 11011001 1110001 10110101 0 110000 10001 1111 101000001 111010 1000001

Color Harmonies of #D971B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971B5

Black with #D971B5

Text Example


Text Example

White with #D971B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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