Html Css Color HEX #DF77B7 Persian Pink

📋 copy color: '#DF77B7'

red 223 ◦ green 119 ◦ blue 183

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

Shades of Persian Pink #DF77B7

Tints of Persian Pink #DF77B7

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.67%

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

R = 42.48%
G = 22.67%
B = 34.86%

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

#DF77B7 (or 0xDF77B7) is known color: Persian Pink. HEX triplet: DF, 77 and B7. RGB value is (223,119,183). Sum of RGB (Red+Green+Blue) = 223+119+183=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77B7 is #208848. Grayscale: #9D9D9D. Windows color (decimal): -2132041 or 12023775. OLE color: 12023775.

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

Color convert

RGB 223 119 183 -
CMYK 0 0.47 0.18 0.13
HSL 323.08º 0.62% 0.67% -
HSV(B) 323.08º 0.47% 0.87% -
XYZ 45.58 32.3 48.63 -
YUV 157.39 142.46 174.8 -
System Red Green Blue C M Y K H S L
Decimal 223 119 183 0 0.47 0.18 0.13 323.08 0.62 0.67
Hex DF 77 B7 0 2F 12 D 143 3E 43
Octal 337 167 267 0 57 22 15 503 76 103
Binary 11011111 1110111 10110111 0 101111 10010 1101 101000011 111110 1000011

Color Harmonies of #DF77B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77B7

Black with #DF77B7

Text Example


Text Example

White with #DF77B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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