Html Css Color HEX #D358F0 Heliotrope

📋 copy color: '#D358F0'

red 211 ◦ green 88 ◦ blue 240

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

Shades of Heliotrope #D358F0

Tints of Heliotrope #D358F0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.33%

 BLUE value IS 240 (94.14% from 255) = 44.53%

R = 39.15%
G = 16.33%
B = 44.53%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D358F0 (or 0xD358F0) is known color: Heliotrope. HEX triplet: D3, 58 and F0. RGB value is (211,88,240). Sum of RGB (Red+Green+Blue) = 211+88+240=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #D358F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D358F0 is #2CA70F. Grayscale: #8D8D8D. Windows color (decimal): -2926352 or 15751379. OLE color: 15751379.

HSL color Cylindrical-coordinate representation of color #D358F0: hue angle of 288.55º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D358F0 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 88 240 -
CMYK 0.12 0.63 0 0.06
HSL 288.55º 0.84% 0.64% -
HSV(B) 288.55º 0.63% 0.94% -
XYZ 46.08 27.12 85.24 -
YUV 142.11 183.25 177.14 -
System Red Green Blue C M Y K H S L
Decimal 211 88 240 0.12 0.63 0 0.06 288.55 0.84 0.64
Hex D3 58 F0 C 3F 0 6 121 54 40
Octal 323 130 360 14 77 0 6 441 124 100
Binary 11010011 1011000 11110000 1100 111111 0 110 100100001 1010100 1000000

Color Harmonies of #D358F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D358F0

Black with #D358F0

Text Example


Text Example

White with #D358F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D358F0; }

 p { color: rgb(211,88,240); }

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

background-color css

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

 a { background-color: rgb(211,88,240); }

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

border-color css

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

 span { border-color: rgb(211,88,240); }

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