Html Css Color HEX #D364F0 Heliotrope

📋 copy color: '#D364F0'

red 211 ◦ green 100 ◦ blue 240

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

Shades of Heliotrope #D364F0

Tints of Heliotrope #D364F0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.15%

 BLUE value IS 240 (94.14% from 255) = 43.56%

R = 38.29%
G = 18.15%
B = 43.56%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D364F0 (or 0xD364F0) is known color: Heliotrope. HEX triplet: D3, 64 and F0. RGB value is (211,100,240). Sum of RGB (Red+Green+Blue) = 211+100+240=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 100 (39.45% from 255 or 18.15% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #D364F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D364F0 is #2C9B0F. Grayscale: #949494. Windows color (decimal): -2923280 or 15754451. OLE color: 15754451.

HSL color Cylindrical-coordinate representation of color #D364F0: hue angle of 287.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D364F0 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 100 240 -
CMYK 0.12 0.58 0 0.06
HSL 287.57º 0.82% 0.67% -
HSV(B) 287.57º 0.58% 0.94% -
XYZ 47.15 29.25 85.6 -
YUV 149.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 211 100 240 0.12 0.58 0 0.06 287.57 0.82 0.67
Hex D3 64 F0 C 3A 0 6 120 52 43
Octal 323 144 360 14 72 0 6 440 122 103
Binary 11010011 1100100 11110000 1100 111010 0 110 100100000 1010010 1000011

Color Harmonies of #D364F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D364F0

Black with #D364F0

Text Example


Text Example

White with #D364F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D364F0; }

 p { color: rgb(211,100,240); }

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

background-color css

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

 a { background-color: rgb(211,100,240); }

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

border-color css

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

 span { border-color: rgb(211,100,240); }

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