Html Css Color HEX #DA77B2 Persian Pink

📋 copy color: '#DA77B2'

red 218 ◦ green 119 ◦ blue 178

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

Shades of Persian Pink #DA77B2

Tints of Persian Pink #DA77B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.56%

R = 42.33%
G = 23.11%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA77B2 (or 0xDA77B2) is known color: Persian Pink. HEX triplet: DA, 77 and B2. RGB value is (218,119,178). Sum of RGB (Red+Green+Blue) = 218+119+178=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA77B2 is #25884D. Grayscale: #9B9B9B. Windows color (decimal): -2459726 or 11696090. OLE color: 11696090.

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

Color convert

RGB 218 119 178 -
CMYK 0 0.45 0.18 0.15
HSL 324.24º 0.57% 0.66% -
HSV(B) 324.24º 0.45% 0.85% -
XYZ 43.55 31.31 45.87 -
YUV 155.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 218 119 178 0 0.45 0.18 0.15 324.24 0.57 0.66
Hex DA 77 B2 0 2D 12 F 144 39 42
Octal 332 167 262 0 55 22 17 504 71 102
Binary 11011010 1110111 10110010 0 101101 10010 1111 101000100 111001 1000010

Color Harmonies of #DA77B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77B2

Black with #DA77B2

Text Example


Text Example

White with #DA77B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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