Html Css Color HEX #D368EB Heliotrope

📋 copy color: '#D368EB'

red 211 ◦ green 104 ◦ blue 235

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

Shades of Heliotrope #D368EB

Tints of Heliotrope #D368EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.91%

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

R = 38.36%
G = 18.91%
B = 42.73%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D368EB (or 0xD368EB) is known color: Heliotrope. HEX triplet: D3, 68 and EB. RGB value is (211,104,235). Sum of RGB (Red+Green+Blue) = 211+104+235=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #D368EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D368EB is #2C9714. Grayscale: #969696. Windows color (decimal): -2922261 or 15427795. OLE color: 15427795.

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

Color convert

RGB 211 104 235 -
CMYK 0.10 0.56 0 0.08
HSL 289.01º 0.77% 0.66% -
HSV(B) 289.01º 0.56% 0.92% -
XYZ 46.81 29.75 81.87 -
YUV 150.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 211 104 235 0.10 0.56 0 0.08 289.01 0.77 0.66
Hex D3 68 EB A 38 0 8 121 4D 42
Octal 323 150 353 12 70 0 10 441 115 102
Binary 11010011 1101000 11101011 1010 111000 0 1000 100100001 1001101 1000010

Color Harmonies of #D368EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368EB

Black with #D368EB

Text Example


Text Example

White with #D368EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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