Html Css Color HEX #D15EEE Heliotrope

📋 copy color: '#D15EEE'

red 209 ◦ green 94 ◦ blue 238

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

Shades of Heliotrope #D15EEE

Tints of Heliotrope #D15EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.38%

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

R = 38.63%
G = 17.38%
B = 43.99%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D15EEE (or 0xD15EEE) is known color: Heliotrope. HEX triplet: D1, 5E and EE. RGB value is (209,94,238). Sum of RGB (Red+Green+Blue) = 209+94+238=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #D15EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15EEE is #2EA111. Grayscale: #909090. Windows color (decimal): -3055890 or 15621841. OLE color: 15621841.

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

Color convert

RGB 209 94 238 -
CMYK 0.12 0.61 0 0.07
HSL 287.92º 0.81% 0.65% -
HSV(B) 287.92º 0.61% 0.93% -
XYZ 45.73 27.73 83.83 -
YUV 144.8 180.6 173.79 -
System Red Green Blue C M Y K H S L
Decimal 209 94 238 0.12 0.61 0 0.07 287.92 0.81 0.65
Hex D1 5E EE C 3D 0 7 120 51 41
Octal 321 136 356 14 75 0 7 440 121 101
Binary 11010001 1011110 11101110 1100 111101 0 111 100100000 1010001 1000001

Color Harmonies of #D15EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15EEE

Black with #D15EEE

Text Example


Text Example

White with #D15EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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