Html Css Color HEX #DF77B5 Persian Pink

📋 copy color: '#DF77B5'

red 223 ◦ green 119 ◦ blue 181

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

Shades of Persian Pink #DF77B5

Tints of Persian Pink #DF77B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.61%

R = 42.64%
G = 22.75%
B = 34.61%

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

#DF77B5 (or 0xDF77B5) is known color: Persian Pink. HEX triplet: DF, 77 and B5. RGB value is (223,119,181). Sum of RGB (Red+Green+Blue) = 223+119+181=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77B5 is #20884A. Grayscale: #9D9D9D. Windows color (decimal): -2132043 or 11892703. OLE color: 11892703.

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

Color convert

RGB 223 119 181 -
CMYK 0 0.47 0.19 0.13
HSL 324.23º 0.62% 0.67% -
HSV(B) 324.23º 0.47% 0.87% -
XYZ 45.37 32.22 47.54 -
YUV 157.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 223 119 181 0 0.47 0.19 0.13 324.23 0.62 0.67
Hex DF 77 B5 0 2F 13 D 144 3E 43
Octal 337 167 265 0 57 23 15 504 76 103
Binary 11011111 1110111 10110101 0 101111 10011 1101 101000100 111110 1000011

Color Harmonies of #DF77B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77B5

Black with #DF77B5

Text Example


Text Example

White with #DF77B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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