Html Css Color HEX #D73BFF Heliotrope

📋 copy color: '#D73BFF'

red 215 ◦ green 59 ◦ blue 255

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

Shades of Heliotrope #D73BFF

Tints of Heliotrope #D73BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.15%

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

R = 40.64%
G = 11.15%
B = 48.2%

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

#D73BFF (or 0xD73BFF) is known color: Heliotrope. HEX triplet: D7, 3B and FF. RGB value is (215,59,255). Sum of RGB (Red+Green+Blue) = 215+59+255=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 59 (23.44% from 255 or 11.15% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #D73BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73BFF is #28C400. Grayscale: #7F7F7F. Windows color (decimal): -2671617 or 16726999. OLE color: 16726999.

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

Color convert

RGB 215 59 255 -
CMYK 0.16 0.77 0 0
HSL 287.76º 1% 0.62% -
HSV(B) 287.76º 0.77% 1% -
XYZ 47.64 24.8 96.88 -
YUV 127.99 199.68 190.06 -
System Red Green Blue C M Y K H S L
Decimal 215 59 255 0.16 0.77 0 0 287.76 1 0.62
Hex D7 3B FF 10 4D 0 0 120 64 3E
Octal 327 73 377 20 115 0 0 440 144 76
Binary 11010111 111011 11111111 10000 1001101 0 0 100100000 1100100 111110

Color Harmonies of #D73BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73BFF

Black with #D73BFF

Text Example


Text Example

White with #D73BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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