Html Css Color HEX #DA77BA Persian Pink

📋 copy color: '#DA77BA'

red 218 ◦ green 119 ◦ blue 186

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

Shades of Persian Pink #DA77BA

Tints of Persian Pink #DA77BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.56%

R = 41.68%
G = 22.75%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA77BA (or 0xDA77BA) is known color: Persian Pink. HEX triplet: DA, 77 and BA. RGB value is (218,119,186). Sum of RGB (Red+Green+Blue) = 218+119+186=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77BA is #258845. Grayscale: #9C9C9C. Windows color (decimal): -2459718 or 12220378. OLE color: 12220378.

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

Color convert

RGB 218 119 186 -
CMYK 0 0.45 0.15 0.15
HSL 319.39º 0.57% 0.66% -
HSV(B) 319.39º 0.45% 0.85% -
XYZ 44.37 31.64 50.22 -
YUV 156.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 218 119 186 0 0.45 0.15 0.15 319.39 0.57 0.66
Hex DA 77 BA 0 2D F F 13F 39 42
Octal 332 167 272 0 55 17 17 477 71 102
Binary 11011010 1110111 10111010 0 101101 1111 1111 100111111 111001 1000010

Color Harmonies of #DA77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77BA

Black with #DA77BA

Text Example


Text Example

White with #DA77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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