Html Css Color HEX #DA73B9 Persian Pink

📋 copy color: '#DA73B9'

red 218 ◦ green 115 ◦ blue 185

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

Shades of Persian Pink #DA73B9

Tints of Persian Pink #DA73B9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.2%

 BLUE value IS 185 (72.66% from 255) = 35.71%

R = 42.08%
G = 22.2%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA73B9 (or 0xDA73B9) is known color: Persian Pink. HEX triplet: DA, 73 and B9. RGB value is (218,115,185). Sum of RGB (Red+Green+Blue) = 218+115+185=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73B9 is #258C46. Grayscale: #999999. Windows color (decimal): -2460743 or 12153818. OLE color: 12153818.

HSL color Cylindrical-coordinate representation of color #DA73B9: hue angle of 319.22º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA73B9 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 115 185 -
CMYK 0 0.47 0.15 0.15
HSL 319.22º 0.58% 0.65% -
HSV(B) 319.22º 0.47% 0.85% -
XYZ 43.8 30.67 49.51 -
YUV 153.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 218 115 185 0 0.47 0.15 0.15 319.22 0.58 0.65
Hex DA 73 B9 0 2F F F 13F 3A 41
Octal 332 163 271 0 57 17 17 477 72 101
Binary 11011010 1110011 10111001 0 101111 1111 1111 100111111 111010 1000001

Color Harmonies of #DA73B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73B9

Black with #DA73B9

Text Example


Text Example

White with #DA73B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73B9; }

 p { color: rgb(218,115,185); }

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

background-color css

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

 a { background-color: rgb(218,115,185); }

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

border-color css

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

 span { border-color: rgb(218,115,185); }

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