Html Css Color HEX #DA77B1 Persian Pink

📋 copy color: '#DA77B1'

red 218 ◦ green 119 ◦ blue 177

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

Shades of Persian Pink #DA77B1

Tints of Persian Pink #DA77B1

RGB

 RED value IS 218 (85.55% from 255) = 42.41%

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

 BLUE value IS 177 (69.53% from 255) = 34.44%

R = 42.41%
G = 23.15%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA77B1 (or 0xDA77B1) is known color: Persian Pink. HEX triplet: DA, 77 and B1. RGB value is (218,119,177). Sum of RGB (Red+Green+Blue) = 218+119+177=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA77B1 is #25884E. Grayscale: #9B9B9B. Windows color (decimal): -2459727 or 11630554. OLE color: 11630554.

HSL color Cylindrical-coordinate representation of color #DA77B1: hue angle of 324.85º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA77B1 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 177 -
CMYK 0 0.45 0.19 0.15
HSL 324.85º 0.57% 0.66% -
HSV(B) 324.85º 0.45% 0.85% -
XYZ 43.45 31.27 45.34 -
YUV 155.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 218 119 177 0 0.45 0.19 0.15 324.85 0.57 0.66
Hex DA 77 B1 0 2D 13 F 145 39 42
Octal 332 167 261 0 55 23 17 505 71 102
Binary 11011010 1110111 10110001 0 101101 10011 1111 101000101 111001 1000010

Color Harmonies of #DA77B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77B1

Black with #DA77B1

Text Example


Text Example

White with #DA77B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77B1; }

 p { color: rgb(218,119,177); }

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

background-color css

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

 a { background-color: rgb(218,119,177); }

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

border-color css

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

 span { border-color: rgb(218,119,177); }

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