Html Css Color HEX #DF76BF Persian Pink

📋 copy color: '#DF76BF'

red 223 ◦ green 118 ◦ blue 191

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

Shades of Persian Pink #DF76BF

Tints of Persian Pink #DF76BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.9%

R = 41.92%
G = 22.18%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF76BF (or 0xDF76BF) is known color: Persian Pink. HEX triplet: DF, 76 and BF. RGB value is (223,118,191). Sum of RGB (Red+Green+Blue) = 223+118+191=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76BF is #208940. Grayscale: #9D9D9D. Windows color (decimal): -2132289 or 12547807. OLE color: 12547807.

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

Color convert

RGB 223 118 191 -
CMYK 0 0.47 0.14 0.13
HSL 318.29º 0.62% 0.67% -
HSV(B) 318.29º 0.47% 0.87% -
XYZ 46.31 32.41 53.1 -
YUV 157.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 223 118 191 0 0.47 0.14 0.13 318.29 0.62 0.67
Hex DF 76 BF 0 2F E D 13E 3E 43
Octal 337 166 277 0 57 16 15 476 76 103
Binary 11011111 1110110 10111111 0 101111 1110 1101 100111110 111110 1000011

Color Harmonies of #DF76BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76BF

Black with #DF76BF

Text Example


Text Example

White with #DF76BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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