Html Css Color HEX #DF76B7 Persian Pink

📋 copy color: '#DF76B7'

red 223 ◦ green 118 ◦ blue 183

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

Shades of Persian Pink #DF76B7

Tints of Persian Pink #DF76B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.92%

R = 42.56%
G = 22.52%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF76B7 (or 0xDF76B7) is known color: Persian Pink. HEX triplet: DF, 76 and B7. RGB value is (223,118,183). Sum of RGB (Red+Green+Blue) = 223+118+183=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76B7 is #208948. Grayscale: #9C9C9C. Windows color (decimal): -2132297 or 12023519. OLE color: 12023519.

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

Color convert

RGB 223 118 183 -
CMYK 0 0.47 0.18 0.13
HSL 322.86º 0.62% 0.67% -
HSV(B) 322.86º 0.47% 0.87% -
XYZ 45.46 32.06 48.59 -
YUV 156.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 223 118 183 0 0.47 0.18 0.13 322.86 0.62 0.67
Hex DF 76 B7 0 2F 12 D 143 3E 43
Octal 337 166 267 0 57 22 15 503 76 103
Binary 11011111 1110110 10110111 0 101111 10010 1101 101000011 111110 1000011

Color Harmonies of #DF76B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76B7

Black with #DF76B7

Text Example


Text Example

White with #DF76B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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