Html Css Color HEX #D364EB Heliotrope

📋 copy color: '#D364EB'

red 211 ◦ green 100 ◦ blue 235

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

Shades of Heliotrope #D364EB

Tints of Heliotrope #D364EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.04%

R = 38.64%
G = 18.32%
B = 43.04%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D364EB (or 0xD364EB) is known color: Heliotrope. HEX triplet: D3, 64 and EB. RGB value is (211,100,235). Sum of RGB (Red+Green+Blue) = 211+100+235=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #D364EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D364EB is #2C9B14. Grayscale: #949494. Windows color (decimal): -2923285 or 15426771. OLE color: 15426771.

HSL color Cylindrical-coordinate representation of color #D364EB: hue angle of 289.33º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D364EB is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 100 235 -
CMYK 0.10 0.57 0 0.08
HSL 289.33º 0.77% 0.66% -
HSV(B) 289.33º 0.57% 0.92% -
XYZ 46.42 28.96 81.74 -
YUV 148.58 176.77 172.52 -
System Red Green Blue C M Y K H S L
Decimal 211 100 235 0.10 0.57 0 0.08 289.33 0.77 0.66
Hex D3 64 EB A 39 0 8 121 4D 42
Octal 323 144 353 12 71 0 10 441 115 102
Binary 11010011 1100100 11101011 1010 111001 0 1000 100100001 1001101 1000010

Color Harmonies of #D364EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D364EB

Black with #D364EB

Text Example


Text Example

White with #D364EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D364EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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