Html Css Color HEX #D158FE Heliotrope

📋 copy color: '#D158FE'

red 209 ◦ green 88 ◦ blue 254

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

Shades of Heliotrope #D158FE

Tints of Heliotrope #D158FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 37.93%
G = 15.97%
B = 46.1%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D158FE (or 0xD158FE) is known color: Heliotrope. HEX triplet: D1, 58 and FE. RGB value is (209,88,254). Sum of RGB (Red+Green+Blue) = 209+88+254=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 88 (34.77% from 255 or 15.97% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #D158FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D158FE is #2EA701. Grayscale: #8E8E8E. Windows color (decimal): -3057410 or 16668881. OLE color: 16668881.

HSL color Cylindrical-coordinate representation of color #D158FE: hue angle of 283.73º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D158FE is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 88 254 -
CMYK 0.18 0.65 0 0.00
HSL 283.74º 0.99% 0.67% -
HSV(B) 283.74º 0.65% 1% -
XYZ 47.67 27.69 96.6 -
YUV 143.1 190.59 175 -
System Red Green Blue C M Y K H S L
Decimal 209 88 254 0.18 0.65 0 0.00 283.74 0.99 0.67
Hex D1 58 FE 12 41 0 0 11C 63 43
Octal 321 130 376 22 101 0 0 434 143 103
Binary 11010001 1011000 11111110 10010 1000001 0 0 100011100 1100011 1000011

Color Harmonies of #D158FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D158FE

Black with #D158FE

Text Example


Text Example

White with #D158FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D158FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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