Html Css Color HEX #D368ED Heliotrope

📋 copy color: '#D368ED'

red 211 ◦ green 104 ◦ blue 237

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

Shades of Heliotrope #D368ED

Tints of Heliotrope #D368ED

RGB

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

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

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

R = 38.22%
G = 18.84%
B = 42.93%

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

#D368ED (or 0xD368ED) is known color: Heliotrope. HEX triplet: D3, 68 and ED. RGB value is (211,104,237). Sum of RGB (Red+Green+Blue) = 211+104+237=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #D368ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D368ED is #2C9712. Grayscale: #969696. Windows color (decimal): -2922259 or 15558867. OLE color: 15558867.

HSL color Cylindrical-coordinate representation of color #D368ED: hue angle of 288.27º degrees, saturation: 0.79, 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 #D368ED is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 104 237 -
CMYK 0.11 0.56 0 0.07
HSL 288.27º 0.79% 0.67% -
HSV(B) 288.27º 0.56% 0.93% -
XYZ 47.1 29.86 83.4 -
YUV 151.16 176.45 170.69 -
System Red Green Blue C M Y K H S L
Decimal 211 104 237 0.11 0.56 0 0.07 288.27 0.79 0.67
Hex D3 68 ED B 38 0 7 120 4F 43
Octal 323 150 355 13 70 0 7 440 117 103
Binary 11010011 1101000 11101101 1011 111000 0 111 100100000 1001111 1000011

Color Harmonies of #D368ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368ED

Black with #D368ED

Text Example


Text Example

White with #D368ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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