Html Css Color HEX #D368EE Heliotrope

📋 copy color: '#D368EE'

red 211 ◦ green 104 ◦ blue 238

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

Shades of Heliotrope #D368EE

Tints of Heliotrope #D368EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.04%

R = 38.16%
G = 18.81%
B = 43.04%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D368EE (or 0xD368EE) is known color: Heliotrope. HEX triplet: D3, 68 and EE. RGB value is (211,104,238). Sum of RGB (Red+Green+Blue) = 211+104+238=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #D368EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D368EE is #2C9711. Grayscale: #969696. Windows color (decimal): -2922258 or 15624403. OLE color: 15624403.

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

Color convert

RGB 211 104 238 -
CMYK 0.11 0.56 0 0.07
HSL 287.91º 0.8% 0.67% -
HSV(B) 287.91º 0.56% 0.93% -
XYZ 47.25 29.92 84.17 -
YUV 151.27 176.95 170.6 -
System Red Green Blue C M Y K H S L
Decimal 211 104 238 0.11 0.56 0 0.07 287.91 0.8 0.67
Hex D3 68 EE B 38 0 7 120 50 43
Octal 323 150 356 13 70 0 7 440 120 103
Binary 11010011 1101000 11101110 1011 111000 0 111 100100000 1010000 1000011

Color Harmonies of #D368EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368EE

Black with #D368EE

Text Example


Text Example

White with #D368EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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