Html Css Color HEX #DA77B7 Persian Pink

📋 copy color: '#DA77B7'

red 218 ◦ green 119 ◦ blue 183

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

Shades of Persian Pink #DA77B7

Tints of Persian Pink #DA77B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.19%

R = 41.92%
G = 22.88%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA77B7 (or 0xDA77B7) is known color: Persian Pink. HEX triplet: DA, 77 and B7. RGB value is (218,119,183). Sum of RGB (Red+Green+Blue) = 218+119+183=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77B7 is #258848. Grayscale: #9B9B9B. Windows color (decimal): -2459721 or 12023770. OLE color: 12023770.

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

Color convert

RGB 218 119 183 -
CMYK 0 0.45 0.16 0.15
HSL 321.21º 0.57% 0.66% -
HSV(B) 321.21º 0.45% 0.85% -
XYZ 44.06 31.52 48.56 -
YUV 155.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 218 119 183 0 0.45 0.16 0.15 321.21 0.57 0.66
Hex DA 77 B7 0 2D 10 F 141 39 42
Octal 332 167 267 0 55 20 17 501 71 102
Binary 11011010 1110111 10110111 0 101101 10000 1111 101000001 111001 1000010

Color Harmonies of #DA77B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77B7

Black with #DA77B7

Text Example


Text Example

White with #DA77B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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