Html Css Color HEX #D15DEE Heliotrope

📋 copy color: '#D15DEE'

red 209 ◦ green 93 ◦ blue 238

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

Shades of Heliotrope #D15DEE

Tints of Heliotrope #D15DEE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.22%

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

R = 38.7%
G = 17.22%
B = 44.07%

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

#D15DEE (or 0xD15DEE) is known color: Heliotrope. HEX triplet: D1, 5D and EE. RGB value is (209,93,238). Sum of RGB (Red+Green+Blue) = 209+93+238=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #D15DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15DEE is #2EA211. Grayscale: #8F8F8F. Windows color (decimal): -3056146 or 15621585. OLE color: 15621585.

HSL color Cylindrical-coordinate representation of color #D15DEE: hue angle of 288º 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 #D15DEE is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 93 238 -
CMYK 0.12 0.61 0 0.07
HSL 288º 0.81% 0.65% -
HSV(B) 288º 0.61% 0.93% -
XYZ 45.64 27.56 83.8 -
YUV 144.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 209 93 238 0.12 0.61 0 0.07 288 0.81 0.65
Hex D1 5D EE C 3D 0 7 120 51 41
Octal 321 135 356 14 75 0 7 440 121 101
Binary 11010001 1011101 11101110 1100 111101 0 111 100100000 1010001 1000001

Color Harmonies of #D15DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15DEE

Black with #D15DEE

Text Example


Text Example

White with #D15DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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