Html Css Color HEX #DF71AE Persian Pink

📋 copy color: '#DF71AE'

red 223 ◦ green 113 ◦ blue 174

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

Shades of Persian Pink #DF71AE

Tints of Persian Pink #DF71AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.12%

R = 43.73%
G = 22.16%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF71AE (or 0xDF71AE) is known color: Persian Pink. HEX triplet: DF, 71 and AE. RGB value is (223,113,174). Sum of RGB (Red+Green+Blue) = 223+113+174=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF71AE is #208E51. Grayscale: #989898. Windows color (decimal): -2133586 or 11432415. OLE color: 11432415.

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

Color convert

RGB 223 113 174 -
CMYK 0 0.49 0.22 0.13
HSL 326.73º 0.63% 0.66% -
HSV(B) 326.73º 0.49% 0.87% -
XYZ 43.98 30.55 43.62 -
YUV 152.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 223 113 174 0 0.49 0.22 0.13 326.73 0.63 0.66
Hex DF 71 AE 0 31 16 D 147 3F 42
Octal 337 161 256 0 61 26 15 507 77 102
Binary 11011111 1110001 10101110 0 110001 10110 1101 101000111 111111 1000010

Color Harmonies of #DF71AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF71AE

Black with #DF71AE

Text Example


Text Example

White with #DF71AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF71AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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