Html Css Color HEX #DF77B6 Persian Pink

📋 copy color: '#DF77B6'

red 223 ◦ green 119 ◦ blue 182

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

Shades of Persian Pink #DF77B6

Tints of Persian Pink #DF77B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.73%

R = 42.56%
G = 22.71%
B = 34.73%

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

#DF77B6 (or 0xDF77B6) is known color: Persian Pink. HEX triplet: DF, 77 and B6. RGB value is (223,119,182). Sum of RGB (Red+Green+Blue) = 223+119+182=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77B6 is #208849. Grayscale: #9D9D9D. Windows color (decimal): -2132042 or 11958239. OLE color: 11958239.

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

Color convert

RGB 223 119 182 -
CMYK 0 0.47 0.18 0.13
HSL 323.65º 0.62% 0.67% -
HSV(B) 323.65º 0.47% 0.87% -
XYZ 45.47 32.26 48.09 -
YUV 157.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 223 119 182 0 0.47 0.18 0.13 323.65 0.62 0.67
Hex DF 77 B6 0 2F 12 D 144 3E 43
Octal 337 167 266 0 57 22 15 504 76 103
Binary 11011111 1110111 10110110 0 101111 10010 1101 101000100 111110 1000011

Color Harmonies of #DF77B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77B6

Black with #DF77B6

Text Example


Text Example

White with #DF77B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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