Html Css Color HEX #DA73B3 Persian Pink

📋 copy color: '#DA73B3'

red 218 ◦ green 115 ◦ blue 179

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

Shades of Persian Pink #DA73B3

Tints of Persian Pink #DA73B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.96%

R = 42.58%
G = 22.46%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA73B3 (or 0xDA73B3) is known color: Persian Pink. HEX triplet: DA, 73 and B3. RGB value is (218,115,179). Sum of RGB (Red+Green+Blue) = 218+115+179=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73B3 is #258C4C. Grayscale: #989898. Windows color (decimal): -2460749 or 11760602. OLE color: 11760602.

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

Color convert

RGB 218 115 179 -
CMYK 0 0.47 0.18 0.15
HSL 322.72º 0.58% 0.65% -
HSV(B) 322.72º 0.47% 0.85% -
XYZ 43.18 30.42 46.24 -
YUV 153.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 218 115 179 0 0.47 0.18 0.15 322.72 0.58 0.65
Hex DA 73 B3 0 2F 12 F 143 3A 41
Octal 332 163 263 0 57 22 17 503 72 101
Binary 11011010 1110011 10110011 0 101111 10010 1111 101000011 111010 1000001

Color Harmonies of #DA73B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73B3

Black with #DA73B3

Text Example


Text Example

White with #DA73B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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