Html Css Color HEX #DF76B4 Persian Pink

📋 copy color: '#DF76B4'

red 223 ◦ green 118 ◦ blue 180

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

Shades of Persian Pink #DF76B4

Tints of Persian Pink #DF76B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.55%

R = 42.8%
G = 22.65%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF76B4 (or 0xDF76B4) is known color: Persian Pink. HEX triplet: DF, 76 and B4. RGB value is (223,118,180). Sum of RGB (Red+Green+Blue) = 223+118+180=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76B4 is #20894B. Grayscale: #9C9C9C. Windows color (decimal): -2132300 or 11826911. OLE color: 11826911.

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

Color convert

RGB 223 118 180 -
CMYK 0 0.47 0.19 0.13
HSL 324.57º 0.62% 0.67% -
HSV(B) 324.57º 0.47% 0.87% -
XYZ 45.15 31.94 46.97 -
YUV 156.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 223 118 180 0 0.47 0.19 0.13 324.57 0.62 0.67
Hex DF 76 B4 0 2F 13 D 145 3E 43
Octal 337 166 264 0 57 23 15 505 76 103
Binary 11011111 1110110 10110100 0 101111 10011 1101 101000101 111110 1000011

Color Harmonies of #DF76B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76B4

Black with #DF76B4

Text Example


Text Example

White with #DF76B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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