Html Css Color HEX #D158EE Heliotrope

📋 copy color: '#D158EE'

red 209 ◦ green 88 ◦ blue 238

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

Shades of Heliotrope #D158EE

Tints of Heliotrope #D158EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 39.07%
G = 16.45%
B = 44.49%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D158EE (or 0xD158EE) is known color: Heliotrope. HEX triplet: D1, 58 and EE. RGB value is (209,88,238). Sum of RGB (Red+Green+Blue) = 209+88+238=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 88 (34.77% from 255 or 16.45% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #D158EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D158EE is #2EA711. Grayscale: #8C8C8C. Windows color (decimal): -3057426 or 15620305. OLE color: 15620305.

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

Color convert

RGB 209 88 238 -
CMYK 0.12 0.63 0 0.07
HSL 288.4º 0.82% 0.64% -
HSV(B) 288.4º 0.63% 0.93% -
XYZ 45.22 26.71 83.66 -
YUV 141.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 209 88 238 0.12 0.63 0 0.07 288.4 0.82 0.64
Hex D1 58 EE C 3F 0 7 120 52 40
Octal 321 130 356 14 77 0 7 440 122 100
Binary 11010001 1011000 11101110 1100 111111 0 111 100100000 1010010 1000000

Color Harmonies of #D158EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D158EE

Black with #D158EE

Text Example


Text Example

White with #D158EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D158EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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