Html Css Color HEX #D15DF1 Heliotrope

📋 copy color: '#D15DF1'

red 209 ◦ green 93 ◦ blue 241

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

Shades of Heliotrope #D15DF1

Tints of Heliotrope #D15DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.38%

R = 38.49%
G = 17.13%
B = 44.38%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D15DF1 (or 0xD15DF1) is known color: Heliotrope. HEX triplet: D1, 5D and F1. RGB value is (209,93,241). Sum of RGB (Red+Green+Blue) = 209+93+241=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #D15DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15DF1 is #2EA20E. Grayscale: #909090. Windows color (decimal): -3056143 or 15818193. OLE color: 15818193.

HSL color Cylindrical-coordinate representation of color #D15DF1: hue angle of 287.03º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15DF1 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 93 241 -
CMYK 0.13 0.61 0 0.05
HSL 287.03º 0.84% 0.65% -
HSV(B) 287.03º 0.61% 0.95% -
XYZ 46.09 27.73 86.14 -
YUV 144.56 182.43 173.97 -
System Red Green Blue C M Y K H S L
Decimal 209 93 241 0.13 0.61 0 0.05 287.03 0.84 0.65
Hex D1 5D F1 D 3D 0 5 11F 54 41
Octal 321 135 361 15 75 0 5 437 124 101
Binary 11010001 1011101 11110001 1101 111101 0 101 100011111 1010100 1000001

Color Harmonies of #D15DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15DF1

Black with #D15DF1

Text Example


Text Example

White with #D15DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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