Html Css Color HEX #D364ED Heliotrope

📋 copy color: '#D364ED'

red 211 ◦ green 100 ◦ blue 237

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

Shades of Heliotrope #D364ED

Tints of Heliotrope #D364ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 38.5%
G = 18.25%
B = 43.25%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D364ED (or 0xD364ED) is known color: Heliotrope. HEX triplet: D3, 64 and ED. RGB value is (211,100,237). Sum of RGB (Red+Green+Blue) = 211+100+237=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #D364ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D364ED is #2C9B12. Grayscale: #949494. Windows color (decimal): -2923283 or 15557843. OLE color: 15557843.

HSL color Cylindrical-coordinate representation of color #D364ED: hue angle of 288.61º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D364ED is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 100 237 -
CMYK 0.11 0.58 0 0.07
HSL 288.61º 0.79% 0.66% -
HSV(B) 288.61º 0.58% 0.93% -
XYZ 46.71 29.08 83.27 -
YUV 148.81 177.77 172.36 -
System Red Green Blue C M Y K H S L
Decimal 211 100 237 0.11 0.58 0 0.07 288.61 0.79 0.66
Hex D3 64 ED B 3A 0 7 121 4F 42
Octal 323 144 355 13 72 0 7 441 117 102
Binary 11010011 1100100 11101101 1011 111010 0 111 100100001 1001111 1000010

Color Harmonies of #D364ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D364ED

Black with #D364ED

Text Example


Text Example

White with #D364ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D364ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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