Html Css Color HEX #DF77AE Persian Pink

📋 copy color: '#DF77AE'

red 223 ◦ green 119 ◦ blue 174

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

Shades of Persian Pink #DF77AE

Tints of Persian Pink #DF77AE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.06%

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

R = 43.22%
G = 23.06%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF77AE (or 0xDF77AE) is known color: Persian Pink. HEX triplet: DF, 77 and AE. RGB value is (223,119,174). Sum of RGB (Red+Green+Blue) = 223+119+174=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF77AE is #208851. Grayscale: #9C9C9C. Windows color (decimal): -2132050 or 11433951. OLE color: 11433951.

HSL color Cylindrical-coordinate representation of color #DF77AE: hue angle of 328.27º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF77AE is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 119 174 -
CMYK 0 0.47 0.22 0.13
HSL 328.27º 0.62% 0.67% -
HSV(B) 328.27º 0.47% 0.87% -
XYZ 44.67 31.94 43.85 -
YUV 156.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 223 119 174 0 0.47 0.22 0.13 328.27 0.62 0.67
Hex DF 77 AE 0 2F 16 D 148 3E 43
Octal 337 167 256 0 57 26 15 510 76 103
Binary 11011111 1110111 10101110 0 101111 10110 1101 101001000 111110 1000011

Color Harmonies of #DF77AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77AE

Black with #DF77AE

Text Example


Text Example

White with #DF77AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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