Html Css Color HEX #DF71B9 Persian Pink

📋 copy color: '#DF71B9'

red 223 ◦ green 113 ◦ blue 185

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

Shades of Persian Pink #DF71B9

Tints of Persian Pink #DF71B9

RGB

 RED value IS 223 (87.5% from 255) = 42.8%

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

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

R = 42.8%
G = 21.69%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF71B9 (or 0xDF71B9) is known color: Persian Pink. HEX triplet: DF, 71 and B9. RGB value is (223,113,185). Sum of RGB (Red+Green+Blue) = 223+113+185=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF71B9 is #208E46. Grayscale: #999999. Windows color (decimal): -2133575 or 12153311. OLE color: 12153311.

HSL color Cylindrical-coordinate representation of color #DF71B9: hue angle of 320.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF71B9 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 113 185 -
CMYK 0 0.49 0.17 0.13
HSL 320.73º 0.63% 0.66% -
HSV(B) 320.73º 0.49% 0.87% -
XYZ 45.09 31 49.51 -
YUV 154.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 223 113 185 0 0.49 0.17 0.13 320.73 0.63 0.66
Hex DF 71 B9 0 31 11 D 141 3F 42
Octal 337 161 271 0 61 21 15 501 77 102
Binary 11011111 1110001 10111001 0 110001 10001 1101 101000001 111111 1000010

Color Harmonies of #DF71B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF71B9

Black with #DF71B9

Text Example


Text Example

White with #DF71B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF71B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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