Html Css Color HEX #D359F5 Heliotrope

📋 copy color: '#D359F5'

red 211 ◦ green 89 ◦ blue 245

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

Shades of Heliotrope #D359F5

Tints of Heliotrope #D359F5

RGB

 RED value IS 211 (82.81% from 255) = 38.72%

 GREEN value IS 89 (35.16% from 255) = 16.33%

 BLUE value IS 245 (96.09% from 255) = 44.95%

R = 38.72%
G = 16.33%
B = 44.95%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D359F5 (or 0xD359F5) is known color: Heliotrope. HEX triplet: D3, 59 and F5. RGB value is (211,89,245). Sum of RGB (Red+Green+Blue) = 211+89+245=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #D359F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D359F5 is #2CA60A. Grayscale: #8E8E8E. Windows color (decimal): -2926091 or 16079315. OLE color: 16079315.

HSL color Cylindrical-coordinate representation of color #D359F5: hue angle of 286.92º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D359F5 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 89 245 -
CMYK 0.14 0.64 0 0.04
HSL 286.92º 0.89% 0.65% -
HSV(B) 286.92º 0.64% 0.96% -
XYZ 46.92 27.59 89.24 -
YUV 143.26 185.42 176.32 -
System Red Green Blue C M Y K H S L
Decimal 211 89 245 0.14 0.64 0 0.04 286.92 0.89 0.65
Hex D3 59 F5 E 40 0 4 11F 59 41
Octal 323 131 365 16 100 0 4 437 131 101
Binary 11010011 1011001 11110101 1110 1000000 0 100 100011111 1011001 1000001

Color Harmonies of #D359F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D359F5

Black with #D359F5

Text Example


Text Example

White with #D359F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D359F5; }

 p { color: rgb(211,89,245); }

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

background-color css

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

 a { background-color: rgb(211,89,245); }

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

border-color css

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

 span { border-color: rgb(211,89,245); }

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