Html Css Color HEX #DF71B4 Persian Pink

📋 copy color: '#DF71B4'

red 223 ◦ green 113 ◦ blue 180

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

Shades of Persian Pink #DF71B4

Tints of Persian Pink #DF71B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.88%

R = 43.22%
G = 21.9%
B = 34.88%

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

#DF71B4 (or 0xDF71B4) is known color: Persian Pink. HEX triplet: DF, 71 and B4. RGB value is (223,113,180). Sum of RGB (Red+Green+Blue) = 223+113+180=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF71B4 is #208E4B. Grayscale: #999999. Windows color (decimal): -2133580 or 11825631. OLE color: 11825631.

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

Color convert

RGB 223 113 180 -
CMYK 0 0.49 0.19 0.13
HSL 323.45º 0.63% 0.66% -
HSV(B) 323.45º 0.49% 0.87% -
XYZ 44.57 30.79 46.77 -
YUV 153.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 223 113 180 0 0.49 0.19 0.13 323.45 0.63 0.66
Hex DF 71 B4 0 31 13 D 143 3F 42
Octal 337 161 264 0 61 23 15 503 77 102
Binary 11011111 1110001 10110100 0 110001 10011 1101 101000011 111111 1000010

Color Harmonies of #DF71B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF71B4

Black with #DF71B4

Text Example


Text Example

White with #DF71B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF71B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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