Html Css Color HEX #D368EF Heliotrope

📋 copy color: '#D368EF'

red 211 ◦ green 104 ◦ blue 239

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

Shades of Heliotrope #D368EF

Tints of Heliotrope #D368EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.14%

R = 38.09%
G = 18.77%
B = 43.14%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D368EF (or 0xD368EF) is known color: Heliotrope. HEX triplet: D3, 68 and EF. RGB value is (211,104,239). Sum of RGB (Red+Green+Blue) = 211+104+239=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #D368EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D368EF is #2C9710. Grayscale: #969696. Windows color (decimal): -2922257 or 15689939. OLE color: 15689939.

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

Color convert

RGB 211 104 239 -
CMYK 0.12 0.56 0 0.06
HSL 287.56º 0.81% 0.67% -
HSV(B) 287.56º 0.56% 0.94% -
XYZ 47.39 29.98 84.95 -
YUV 151.38 177.45 170.52 -
System Red Green Blue C M Y K H S L
Decimal 211 104 239 0.12 0.56 0 0.06 287.56 0.81 0.67
Hex D3 68 EF C 38 0 6 120 51 43
Octal 323 150 357 14 70 0 6 440 121 103
Binary 11010011 1101000 11101111 1100 111000 0 110 100100000 1010001 1000011

Color Harmonies of #D368EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368EF

Black with #D368EF

Text Example


Text Example

White with #D368EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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