Html Css Color HEX #D165F1 Heliotrope

📋 copy color: '#D165F1'

red 209 ◦ green 101 ◦ blue 241

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

Shades of Heliotrope #D165F1

Tints of Heliotrope #D165F1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.33%

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

R = 37.93%
G = 18.33%
B = 43.74%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D165F1 (or 0xD165F1) is known color: Heliotrope. HEX triplet: D1, 65 and F1. RGB value is (209,101,241). Sum of RGB (Red+Green+Blue) = 209+101+241=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #D165F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D165F1 is #2E9A0E. Grayscale: #949494. Windows color (decimal): -3054095 or 15820241. OLE color: 15820241.

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

Color convert

RGB 209 101 241 -
CMYK 0.13 0.58 0 0.05
HSL 286.29º 0.83% 0.67% -
HSV(B) 286.29º 0.58% 0.95% -
XYZ 46.83 29.21 86.39 -
YUV 149.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 209 101 241 0.13 0.58 0 0.05 286.29 0.83 0.67
Hex D1 65 F1 D 3A 0 5 11E 53 43
Octal 321 145 361 15 72 0 5 436 123 103
Binary 11010001 1100101 11110001 1101 111010 0 101 100011110 1010011 1000011

Color Harmonies of #D165F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D165F1

Black with #D165F1

Text Example


Text Example

White with #D165F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D165F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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