Html Css Color HEX #D971B9 Persian Pink

📋 copy color: '#D971B9'

red 217 ◦ green 113 ◦ blue 185

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

Shades of Persian Pink #D971B9

Tints of Persian Pink #D971B9

RGB

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

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

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

R = 42.14%
G = 21.94%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D971B9 (or 0xD971B9) is known color: Persian Pink. HEX triplet: D9, 71 and B9. RGB value is (217,113,185). Sum of RGB (Red+Green+Blue) = 217+113+185=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D971B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971B9 is #268E46. Grayscale: #989898. Windows color (decimal): -2526791 or 12153305. OLE color: 12153305.

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

Color convert

RGB 217 113 185 -
CMYK 0 0.48 0.15 0.15
HSL 318.46º 0.58% 0.65% -
HSV(B) 318.46º 0.48% 0.85% -
XYZ 43.28 30.06 49.42 -
YUV 152.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 217 113 185 0 0.48 0.15 0.15 318.46 0.58 0.65
Hex D9 71 B9 0 30 F F 13E 3A 41
Octal 331 161 271 0 60 17 17 476 72 101
Binary 11011001 1110001 10111001 0 110000 1111 1111 100111110 111010 1000001

Color Harmonies of #D971B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971B9

Black with #D971B9

Text Example


Text Example

White with #D971B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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