Html Css Color HEX #DA77AF Persian Pink

📋 copy color: '#DA77AF'

red 218 ◦ green 119 ◦ blue 175

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

Shades of Persian Pink #DA77AF

Tints of Persian Pink #DA77AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.18%

R = 42.58%
G = 23.24%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DA77AF (or 0xDA77AF) is known color: Persian Pink. HEX triplet: DA, 77 and AF. RGB value is (218,119,175). Sum of RGB (Red+Green+Blue) = 218+119+175=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA77AF is #258850. Grayscale: #9A9A9A. Windows color (decimal): -2459729 or 11499482. OLE color: 11499482.

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

Color convert

RGB 218 119 175 -
CMYK 0 0.45 0.20 0.15
HSL 326.06º 0.57% 0.66% -
HSV(B) 326.06º 0.45% 0.85% -
XYZ 43.25 31.19 44.3 -
YUV 154.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 218 119 175 0 0.45 0.20 0.15 326.06 0.57 0.66
Hex DA 77 AF 0 2D 14 F 146 39 42
Octal 332 167 257 0 55 24 17 506 71 102
Binary 11011010 1110111 10101111 0 101101 10100 1111 101000110 111001 1000010

Color Harmonies of #DA77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77AF

Black with #DA77AF

Text Example


Text Example

White with #DA77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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