Html Css Color HEX #DF77B9 Persian Pink

📋 copy color: '#DF77B9'

red 223 ◦ green 119 ◦ blue 185

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

Shades of Persian Pink #DF77B9

Tints of Persian Pink #DF77B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.1%

R = 42.31%
G = 22.58%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF77B9 (or 0xDF77B9) is known color: Persian Pink. HEX triplet: DF, 77 and B9. RGB value is (223,119,185). Sum of RGB (Red+Green+Blue) = 223+119+185=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77B9 is #208846. Grayscale: #9D9D9D. Windows color (decimal): -2132039 or 12154847. OLE color: 12154847.

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

Color convert

RGB 223 119 185 -
CMYK 0 0.47 0.17 0.13
HSL 321.92º 0.62% 0.67% -
HSV(B) 321.92º 0.47% 0.87% -
XYZ 45.79 32.38 49.74 -
YUV 157.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 223 119 185 0 0.47 0.17 0.13 321.92 0.62 0.67
Hex DF 77 B9 0 2F 11 D 142 3E 43
Octal 337 167 271 0 57 21 15 502 76 103
Binary 11011111 1110111 10111001 0 101111 10001 1101 101000010 111110 1000011

Color Harmonies of #DF77B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77B9

Black with #DF77B9

Text Example


Text Example

White with #DF77B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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