Html Css Color HEX #DA77B5 Persian Pink

📋 copy color: '#DA77B5'

red 218 ◦ green 119 ◦ blue 181

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

Shades of Persian Pink #DA77B5

Tints of Persian Pink #DA77B5

RGB

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

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

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

R = 42.08%
G = 22.97%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA77B5 (or 0xDA77B5) is known color: Persian Pink. HEX triplet: DA, 77 and B5. RGB value is (218,119,181). Sum of RGB (Red+Green+Blue) = 218+119+181=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77B5 is #25884A. Grayscale: #9B9B9B. Windows color (decimal): -2459723 or 11892698. OLE color: 11892698.

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

Color convert

RGB 218 119 181 -
CMYK 0 0.45 0.17 0.15
HSL 322.42º 0.57% 0.66% -
HSV(B) 322.42º 0.45% 0.85% -
XYZ 43.85 31.44 47.47 -
YUV 155.67 142.3 172.46 -
System Red Green Blue C M Y K H S L
Decimal 218 119 181 0 0.45 0.17 0.15 322.42 0.57 0.66
Hex DA 77 B5 0 2D 11 F 142 39 42
Octal 332 167 265 0 55 21 17 502 71 102
Binary 11011010 1110111 10110101 0 101101 10001 1111 101000010 111001 1000010

Color Harmonies of #DA77B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77B5

Black with #DA77B5

Text Example


Text Example

White with #DA77B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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