Html Css Color HEX #D15FEE Heliotrope

📋 copy color: '#D15FEE'

red 209 ◦ green 95 ◦ blue 238

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

Shades of Heliotrope #D15FEE

Tints of Heliotrope #D15FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.53%

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

R = 38.56%
G = 17.53%
B = 43.91%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D15FEE (or 0xD15FEE) is known color: Heliotrope. HEX triplet: D1, 5F and EE. RGB value is (209,95,238). Sum of RGB (Red+Green+Blue) = 209+95+238=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 95 (37.5% from 255 or 17.53% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #D15FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15FEE is #2EA011. Grayscale: #909090. Windows color (decimal): -3055634 or 15622097. OLE color: 15622097.

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

Color convert

RGB 209 95 238 -
CMYK 0.12 0.60 0 0.07
HSL 287.83º 0.81% 0.65% -
HSV(B) 287.83º 0.6% 0.93% -
XYZ 45.82 27.91 83.86 -
YUV 145.39 180.27 173.37 -
System Red Green Blue C M Y K H S L
Decimal 209 95 238 0.12 0.60 0 0.07 287.83 0.81 0.65
Hex D1 5F EE C 3C 0 7 120 51 41
Octal 321 137 356 14 74 0 7 440 121 101
Binary 11010001 1011111 11101110 1100 111100 0 111 100100000 1010001 1000001

Color Harmonies of #D15FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FEE

Black with #D15FEE

Text Example


Text Example

White with #D15FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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