Html Css Color HEX #D155F1 Heliotrope

📋 copy color: '#D155F1'

red 209 ◦ green 85 ◦ blue 241

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

Shades of Heliotrope #D155F1

Tints of Heliotrope #D155F1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.89%

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

R = 39.07%
G = 15.89%
B = 45.05%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D155F1 (or 0xD155F1) is known color: Heliotrope. HEX triplet: D1, 55 and F1. RGB value is (209,85,241). Sum of RGB (Red+Green+Blue) = 209+85+241=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #D155F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D155F1 is #2EAA0E. Grayscale: #8B8B8B. Windows color (decimal): -3058191 or 15816145. OLE color: 15816145.

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

Color convert

RGB 209 85 241 -
CMYK 0.13 0.65 0 0.05
HSL 287.69º 0.85% 0.64% -
HSV(B) 287.69º 0.65% 0.95% -
XYZ 45.42 26.4 85.92 -
YUV 139.86 185.08 177.32 -
System Red Green Blue C M Y K H S L
Decimal 209 85 241 0.13 0.65 0 0.05 287.69 0.85 0.64
Hex D1 55 F1 D 41 0 5 120 55 40
Octal 321 125 361 15 101 0 5 440 125 100
Binary 11010001 1010101 11110001 1101 1000001 0 101 100100000 1010101 1000000

Color Harmonies of #D155F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D155F1

Black with #D155F1

Text Example


Text Example

White with #D155F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D155F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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