Html Css Color HEX #DA73B5 Persian Pink

📋 copy color: '#DA73B5'

red 218 ◦ green 115 ◦ blue 181

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

Shades of Persian Pink #DA73B5

Tints of Persian Pink #DA73B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.21%

R = 42.41%
G = 22.37%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA73B5 (or 0xDA73B5) is known color: Persian Pink. HEX triplet: DA, 73 and B5. RGB value is (218,115,181). Sum of RGB (Red+Green+Blue) = 218+115+181=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73B5 is #258C4A. Grayscale: #999999. Windows color (decimal): -2460747 or 11891674. OLE color: 11891674.

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

Color convert

RGB 218 115 181 -
CMYK 0 0.47 0.17 0.15
HSL 321.55º 0.58% 0.65% -
HSV(B) 321.55º 0.47% 0.85% -
XYZ 43.38 30.5 47.32 -
YUV 153.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 218 115 181 0 0.47 0.17 0.15 321.55 0.58 0.65
Hex DA 73 B5 0 2F 11 F 142 3A 41
Octal 332 163 265 0 57 21 17 502 72 101
Binary 11011010 1110011 10110101 0 101111 10001 1111 101000010 111010 1000001

Color Harmonies of #DA73B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73B5

Black with #DA73B5

Text Example


Text Example

White with #DA73B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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