Html Css Color HEX #D158FF Heliotrope

📋 copy color: '#D158FF'

red 209 ◦ green 88 ◦ blue 255

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

Shades of Heliotrope #D158FF

Tints of Heliotrope #D158FF

RGB

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

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

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

R = 37.86%
G = 15.94%
B = 46.2%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D158FF (or 0xD158FF) is known color: Heliotrope. HEX triplet: D1, 58 and FF. RGB value is (209,88,255). Sum of RGB (Red+Green+Blue) = 209+88+255=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #D158FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D158FF is #2EA700. Grayscale: #8E8E8E. Windows color (decimal): -3057409 or 16734417. OLE color: 16734417.

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

Color convert

RGB 209 88 255 -
CMYK 0.18 0.65 0 0
HSL 283.47º 1% 0.67% -
HSV(B) 283.47º 0.65% 1% -
XYZ 47.83 27.75 97.44 -
YUV 143.22 191.09 174.92 -
System Red Green Blue C M Y K H S L
Decimal 209 88 255 0.18 0.65 0 0 283.47 1 0.67
Hex D1 58 FF 12 41 0 0 11B 64 43
Octal 321 130 377 22 101 0 0 433 144 103
Binary 11010001 1011000 11111111 10010 1000001 0 0 100011011 1100100 1000011

Color Harmonies of #D158FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D158FF

Black with #D158FF

Text Example


Text Example

White with #D158FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D158FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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