Html Css Color HEX #D15AFF Heliotrope

📋 copy color: '#D15AFF'

red 209 ◦ green 90 ◦ blue 255

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

Shades of Heliotrope #D15AFF

Tints of Heliotrope #D15AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.25%

 BLUE value IS 255 (100% from 255) = 46.03%

R = 37.73%
G = 16.25%
B = 46.03%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D15AFF (or 0xD15AFF) is known color: Heliotrope. HEX triplet: D1, 5A and FF. RGB value is (209,90,255). Sum of RGB (Red+Green+Blue) = 209+90+255=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 90 (35.55% from 255 or 16.25% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #D15AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15AFF is #2EA500. Grayscale: #8F8F8F. Windows color (decimal): -3056897 or 16734929. OLE color: 16734929.

HSL color Cylindrical-coordinate representation of color #D15AFF: hue angle of 283.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D15AFF is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 209 90 255 -
CMYK 0.18 0.65 0 0
HSL 283.27º 1% 0.68% -
HSV(B) 283.27º 0.65% 1% -
XYZ 48 28.09 97.5 -
YUV 144.39 190.42 174.08 -
System Red Green Blue C M Y K H S L
Decimal 209 90 255 0.18 0.65 0 0 283.27 1 0.68
Hex D1 5A FF 12 41 0 0 11B 64 44
Octal 321 132 377 22 101 0 0 433 144 104
Binary 11010001 1011010 11111111 10010 1000001 0 0 100011011 1100100 1000100

Color Harmonies of #D15AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15AFF

Black with #D15AFF

Text Example


Text Example

White with #D15AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15AFF; }

 p { color: rgb(209,90,255); }

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

background-color css

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

 a { background-color: rgb(209,90,255); }

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

border-color css

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

 span { border-color: rgb(209,90,255); }

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