Html Css Color HEX #DF76AF Persian Pink

📋 copy color: '#DF76AF'

red 223 ◦ green 118 ◦ blue 175

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

Shades of Persian Pink #DF76AF

Tints of Persian Pink #DF76AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.87%

 BLUE value IS 175 (68.75% from 255) = 33.91%

R = 43.22%
G = 22.87%
B = 33.91%

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

#DF76AF (or 0xDF76AF) is known color: Persian Pink. HEX triplet: DF, 76 and AF. RGB value is (223,118,175). Sum of RGB (Red+Green+Blue) = 223+118+175=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF76AF is #208950. Grayscale: #9B9B9B. Windows color (decimal): -2132305 or 11499231. OLE color: 11499231.

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

Color convert

RGB 223 118 175 -
CMYK 0 0.47 0.22 0.13
HSL 327.43º 0.62% 0.67% -
HSV(B) 327.43º 0.47% 0.87% -
XYZ 44.65 31.74 44.33 -
YUV 155.89 138.79 175.87 -
System Red Green Blue C M Y K H S L
Decimal 223 118 175 0 0.47 0.22 0.13 327.43 0.62 0.67
Hex DF 76 AF 0 2F 16 D 147 3E 43
Octal 337 166 257 0 57 26 15 507 76 103
Binary 11011111 1110110 10101111 0 101111 10110 1101 101000111 111110 1000011

Color Harmonies of #DF76AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76AF

Black with #DF76AF

Text Example


Text Example

White with #DF76AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76AF; }

 p { color: rgb(223,118,175); }

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

background-color css

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

 a { background-color: rgb(223,118,175); }

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

border-color css

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

 span { border-color: rgb(223,118,175); }

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