Html Css Color HEX #DF76B3 Persian Pink

📋 copy color: '#DF76B3'

red 223 ◦ green 118 ◦ blue 179

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

Shades of Persian Pink #DF76B3

Tints of Persian Pink #DF76B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.42%

R = 42.88%
G = 22.69%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF76B3 (or 0xDF76B3) is known color: Persian Pink. HEX triplet: DF, 76 and B3. RGB value is (223,118,179). Sum of RGB (Red+Green+Blue) = 223+118+179=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76B3 is #20894C. Grayscale: #9C9C9C. Windows color (decimal): -2132301 or 11761375. OLE color: 11761375.

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

Color convert

RGB 223 118 179 -
CMYK 0 0.47 0.20 0.13
HSL 325.14º 0.62% 0.67% -
HSV(B) 325.14º 0.47% 0.87% -
XYZ 45.05 31.9 46.43 -
YUV 156.35 140.79 175.54 -
System Red Green Blue C M Y K H S L
Decimal 223 118 179 0 0.47 0.20 0.13 325.14 0.62 0.67
Hex DF 76 B3 0 2F 14 D 145 3E 43
Octal 337 166 263 0 57 24 15 505 76 103
Binary 11011111 1110110 10110011 0 101111 10100 1101 101000101 111110 1000011

Color Harmonies of #DF76B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76B3

Black with #DF76B3

Text Example


Text Example

White with #DF76B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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