Html Css Color HEX #DA77B4 Persian Pink

📋 copy color: '#DA77B4'

red 218 ◦ green 119 ◦ blue 180

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

Shades of Persian Pink #DA77B4

Tints of Persian Pink #DA77B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.82%

R = 42.17%
G = 23.02%
B = 34.82%

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

#DA77B4 (or 0xDA77B4) is known color: Persian Pink. HEX triplet: DA, 77 and B4. RGB value is (218,119,180). Sum of RGB (Red+Green+Blue) = 218+119+180=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77B4 is #25884B. Grayscale: #9B9B9B. Windows color (decimal): -2459724 or 11827162. OLE color: 11827162.

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

Color convert

RGB 218 119 180 -
CMYK 0 0.45 0.17 0.15
HSL 323.03º 0.57% 0.66% -
HSV(B) 323.03º 0.45% 0.85% -
XYZ 43.75 31.39 46.93 -
YUV 155.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 218 119 180 0 0.45 0.17 0.15 323.03 0.57 0.66
Hex DA 77 B4 0 2D 11 F 143 39 42
Octal 332 167 264 0 55 21 17 503 71 102
Binary 11011010 1110111 10110100 0 101101 10001 1111 101000011 111001 1000010

Color Harmonies of #DA77B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77B4

Black with #DA77B4

Text Example


Text Example

White with #DA77B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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