Html Css Color HEX #D73AFF Heliotrope

📋 copy color: '#D73AFF'

red 215 ◦ green 58 ◦ blue 255

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

Shades of Heliotrope #D73AFF

Tints of Heliotrope #D73AFF

RGB

 RED value IS 215 (84.38% from 255) = 40.72%

 GREEN value IS 58 (23.05% from 255) = 10.98%

 BLUE value IS 255 (100% from 255) = 48.3%

R = 40.72%
G = 10.98%
B = 48.3%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D73AFF (or 0xD73AFF) is known color: Heliotrope. HEX triplet: D7, 3A and FF. RGB value is (215,58,255). Sum of RGB (Red+Green+Blue) = 215+58+255=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 58 (23.05% from 255 or 10.98% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #D73AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73AFF is #28C500. Grayscale: #7E7E7E. Windows color (decimal): -2671873 or 16726743. OLE color: 16726743.

HSL color Cylindrical-coordinate representation of color #D73AFF: hue angle of 287.82º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73AFF is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 58 255 -
CMYK 0.16 0.77 0 0
HSL 287.82º 1% 0.61% -
HSV(B) 287.82º 0.77% 1% -
XYZ 47.59 24.69 96.87 -
YUV 127.4 200.01 190.48 -
System Red Green Blue C M Y K H S L
Decimal 215 58 255 0.16 0.77 0 0 287.82 1 0.61
Hex D7 3A FF 10 4D 0 0 120 64 3D
Octal 327 72 377 20 115 0 0 440 144 75
Binary 11010111 111010 11111111 10000 1001101 0 0 100100000 1100100 111101

Color Harmonies of #D73AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73AFF

Black with #D73AFF

Text Example


Text Example

White with #D73AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73AFF; }

 p { color: rgb(215,58,255); }

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

background-color css

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

 a { background-color: rgb(215,58,255); }

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

border-color css

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

 span { border-color: rgb(215,58,255); }

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