Html Css Color HEX #D158F0 Heliotrope

📋 copy color: '#D158F0'

red 209 ◦ green 88 ◦ blue 240

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

Shades of Heliotrope #D158F0

Tints of Heliotrope #D158F0

RGB

 RED value IS 209 (82.03% from 255) = 38.92%

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

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

R = 38.92%
G = 16.39%
B = 44.69%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D158F0 (or 0xD158F0) is known color: Heliotrope. HEX triplet: D1, 58 and F0. RGB value is (209,88,240). Sum of RGB (Red+Green+Blue) = 209+88+240=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #D158F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D158F0 is #2EA70F. Grayscale: #8D8D8D. Windows color (decimal): -3057424 or 15751377. OLE color: 15751377.

HSL color Cylindrical-coordinate representation of color #D158F0: hue angle of 287.76º 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 #D158F0 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 88 240 -
CMYK 0.13 0.63 0 0.06
HSL 287.76º 0.84% 0.64% -
HSV(B) 287.76º 0.63% 0.94% -
XYZ 45.51 26.83 85.22 -
YUV 141.51 183.59 176.14 -
System Red Green Blue C M Y K H S L
Decimal 209 88 240 0.13 0.63 0 0.06 287.76 0.84 0.64
Hex D1 58 F0 D 3F 0 6 120 54 40
Octal 321 130 360 15 77 0 6 440 124 100
Binary 11010001 1011000 11110000 1101 111111 0 110 100100000 1010100 1000000

Color Harmonies of #D158F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D158F0

Black with #D158F0

Text Example


Text Example

White with #D158F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D158F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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