Html Css Color HEX #DF71B0 Persian Pink

📋 copy color: '#DF71B0'

red 223 ◦ green 113 ◦ blue 176

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

Shades of Persian Pink #DF71B0

Tints of Persian Pink #DF71B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.38%

R = 43.55%
G = 22.07%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF71B0 (or 0xDF71B0) is known color: Persian Pink. HEX triplet: DF, 71 and B0. RGB value is (223,113,176). Sum of RGB (Red+Green+Blue) = 223+113+176=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF71B0 is #208E4F. Grayscale: #989898. Windows color (decimal): -2133584 or 11563487. OLE color: 11563487.

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

Color convert

RGB 223 113 176 -
CMYK 0 0.49 0.21 0.13
HSL 325.64º 0.63% 0.66% -
HSV(B) 325.64º 0.49% 0.87% -
XYZ 44.17 30.63 44.66 -
YUV 153.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 223 113 176 0 0.49 0.21 0.13 325.64 0.63 0.66
Hex DF 71 B0 0 31 15 D 146 3F 42
Octal 337 161 260 0 61 25 15 506 77 102
Binary 11011111 1110001 10110000 0 110001 10101 1101 101000110 111111 1000010

Color Harmonies of #DF71B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF71B0

Black with #DF71B0

Text Example


Text Example

White with #DF71B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF71B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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