Html Css Color HEX #D365F7 Heliotrope

📋 copy color: '#D365F7'

red 211 ◦ green 101 ◦ blue 247

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

Shades of Heliotrope #D365F7

Tints of Heliotrope #D365F7

RGB

 RED value IS 211 (82.81% from 255) = 37.75%

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

 BLUE value IS 247 (96.88% from 255) = 44.19%

R = 37.75%
G = 18.07%
B = 44.19%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D365F7 (or 0xD365F7) is known color: Heliotrope. HEX triplet: D3, 65 and F7. RGB value is (211,101,247). Sum of RGB (Red+Green+Blue) = 211+101+247=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 247 (96.88% from 255 or 44.19% from 559); Max value from RGB is 247 - color contains mainly: blue. Hex color #D365F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D365F7 is #2C9A08. Grayscale: #969696. Windows color (decimal): -2923017 or 16213459. OLE color: 16213459.

HSL color Cylindrical-coordinate representation of color #D365F7: hue angle of 285.21º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D365F7 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 211 101 247 -
CMYK 0.15 0.59 0 0.03
HSL 285.21º 0.9% 0.68% -
HSV(B) 285.21º 0.59% 0.97% -
XYZ 48.31 29.87 91.22 -
YUV 150.53 182.44 171.13 -
System Red Green Blue C M Y K H S L
Decimal 211 101 247 0.15 0.59 0 0.03 285.21 0.9 0.68
Hex D3 65 F7 F 3B 0 3 11D 5A 44
Octal 323 145 367 17 73 0 3 435 132 104
Binary 11010011 1100101 11110111 1111 111011 0 11 100011101 1011010 1000100

Color Harmonies of #D365F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D365F7

Black with #D365F7

Text Example


Text Example

White with #D365F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D365F7; }

 p { color: rgb(211,101,247); }

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

background-color css

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

 a { background-color: rgb(211,101,247); }

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

border-color css

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

 span { border-color: rgb(211,101,247); }

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