Html Css Color HEX #D364F3 Heliotrope

📋 copy color: '#D364F3'

red 211 ◦ green 100 ◦ blue 243

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

Shades of Heliotrope #D364F3

Tints of Heliotrope #D364F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.86%

R = 38.09%
G = 18.05%
B = 43.86%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D364F3 (or 0xD364F3) is known color: Heliotrope. HEX triplet: D3, 64 and F3. RGB value is (211,100,243). Sum of RGB (Red+Green+Blue) = 211+100+243=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #D364F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D364F3 is #2C9B0C. Grayscale: #959595. Windows color (decimal): -2923277 or 15951059. OLE color: 15951059.

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

Color convert

RGB 211 100 243 -
CMYK 0.13 0.59 0 0.05
HSL 286.57º 0.86% 0.67% -
HSV(B) 286.57º 0.59% 0.95% -
XYZ 47.6 29.43 87.97 -
YUV 149.49 180.77 171.87 -
System Red Green Blue C M Y K H S L
Decimal 211 100 243 0.13 0.59 0 0.05 286.57 0.86 0.67
Hex D3 64 F3 D 3B 0 5 11F 56 43
Octal 323 144 363 15 73 0 5 437 126 103
Binary 11010011 1100100 11110011 1101 111011 0 101 100011111 1010110 1000011

Color Harmonies of #D364F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D364F3

Black with #D364F3

Text Example


Text Example

White with #D364F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D364F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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