Html Css Color HEX #DF76B0 Persian Pink

📋 copy color: '#DF76B0'

red 223 ◦ green 118 ◦ blue 176

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

Shades of Persian Pink #DF76B0

Tints of Persian Pink #DF76B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.04%

R = 43.13%
G = 22.82%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF76B0 (or 0xDF76B0) is known color: Persian Pink. HEX triplet: DF, 76 and B0. RGB value is (223,118,176). Sum of RGB (Red+Green+Blue) = 223+118+176=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF76B0 is #20894F. Grayscale: #9B9B9B. Windows color (decimal): -2132304 or 11564767. OLE color: 11564767.

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

Color convert

RGB 223 118 176 -
CMYK 0 0.47 0.21 0.13
HSL 326.86º 0.62% 0.67% -
HSV(B) 326.86º 0.47% 0.87% -
XYZ 44.75 31.78 44.85 -
YUV 156.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 223 118 176 0 0.47 0.21 0.13 326.86 0.62 0.67
Hex DF 76 B0 0 2F 15 D 147 3E 43
Octal 337 166 260 0 57 25 15 507 76 103
Binary 11011111 1110110 10110000 0 101111 10101 1101 101000111 111110 1000011

Color Harmonies of #DF76B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76B0

Black with #DF76B0

Text Example


Text Example

White with #DF76B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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