Html Css Color HEX #DF71B5 Persian Pink

📋 copy color: '#DF71B5'

red 223 ◦ green 113 ◦ blue 181

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

Shades of Persian Pink #DF71B5

Tints of Persian Pink #DF71B5

RGB

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

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

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

R = 43.13%
G = 21.86%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF71B5 (or 0xDF71B5) is known color: Persian Pink. HEX triplet: DF, 71 and B5. RGB value is (223,113,181). Sum of RGB (Red+Green+Blue) = 223+113+181=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF71B5 is #208E4A. Grayscale: #999999. Windows color (decimal): -2133579 or 11891167. OLE color: 11891167.

HSL color Cylindrical-coordinate representation of color #DF71B5: hue angle of 322.91º 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 #DF71B5 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 113 181 -
CMYK 0 0.49 0.19 0.13
HSL 322.91º 0.63% 0.66% -
HSV(B) 322.91º 0.49% 0.87% -
XYZ 44.68 30.83 47.31 -
YUV 153.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 223 113 181 0 0.49 0.19 0.13 322.91 0.63 0.66
Hex DF 71 B5 0 31 13 D 143 3F 42
Octal 337 161 265 0 61 23 15 503 77 102
Binary 11011111 1110001 10110101 0 110001 10011 1101 101000011 111111 1000010

Color Harmonies of #DF71B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF71B5

Black with #DF71B5

Text Example


Text Example

White with #DF71B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF71B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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